|
|
@ -118,7 +118,7 @@ const char * TR_cepEventStrings[] = { |
|
|
"TR_CEP_EVENT_SHUT_WRITE", |
|
|
"TR_CEP_EVENT_SHUT_WRITE", |
|
|
"TR_CEP_EVENT_CLOSE", |
|
|
"TR_CEP_EVENT_CLOSE", |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
intptr_t comm_end_point_events[TR_CEP_EVENT_MAX + 1]; |
|
|
intptr_t comm_end_point_events[TR_CEP_EVENT_MAX + 1]; |
|
|
TR_INIT_IFACE(TR_Class, commEndPointCtor, commEndPointDtor, NULL); |
|
|
TR_INIT_IFACE(TR_Class, commEndPointCtor, commEndPointDtor, NULL); |
|
|
TR_INIT_IFACE(TR_CommEndPoint, NULL, NULL); |
|
|
TR_INIT_IFACE(TR_CommEndPoint, NULL, NULL); |
|
|
|