Adjustments for handling binary protocols
r2267 | dcl | 2008-01-15 12:17:58 +1100 (Tue, 15 Jan 2008) | 2 lines
This commit is contained in:
@@ -49,7 +49,7 @@ struct __async_protocol {
|
||||
pObjectDescriptor pDes;
|
||||
char* protocolName;
|
||||
char *sendTerminator;
|
||||
char *replyTerminator;
|
||||
char *replyTerminator[10];
|
||||
void* privateData;
|
||||
int (* sendCommand)(pAsyncProtocol p, pAsyncTxn txn);
|
||||
int (* handleInput)(pAsyncProtocol p, pAsyncTxn txn, int ch);
|
||||
|
||||
Reference in New Issue
Block a user