progressive patching
This commit is contained in:
@@ -51,7 +51,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