|
|
@ -43,7 +43,7 @@ serverCtor(void * _this, va_list * params) |
|
|
TR_Server this = _this; |
|
|
TR_Server this = _this; |
|
|
|
|
|
|
|
|
this->comm_manager = (TR_CommManager)TR_new(TR_CommManagerPoll); |
|
|
this->comm_manager = (TR_CommManager)TR_new(TR_CommManagerPoll); |
|
|
this->dispatcher = TR_new(TR_EventDispatcher); |
|
|
|
|
|
|
|
|
this->dispatcher = TR_new(TR_EventDispatcher, TR_EVD_SERVER, NULL, 100); |
|
|
this->connector = TR_new(TR_Connector); |
|
|
this->connector = TR_new(TR_Connector); |
|
|
this->io_handler = TR_new(TR_IoHandler); |
|
|
this->io_handler = TR_new(TR_IoHandler); |
|
|
this->protocol_handler = TR_new(TR_ProtocolHandler); |
|
|
this->protocol_handler = TR_new(TR_ProtocolHandler); |
|
|
|