Move some definitions and add something private
definitions from asyncqueue to asyncprotocol to reduce dependency loops add protocol-private data structure and killer routine
This commit is contained in:
@@ -11,12 +11,6 @@
|
||||
|
||||
#include "asyncprotocol.h"
|
||||
|
||||
#define AQU_TIMEOUT -1
|
||||
#define AQU_DISCONNECT -2
|
||||
#define AQU_RECONNECT -3
|
||||
#define AQU_RETRY_CMD -4
|
||||
#define AQU_POP_CMD -5
|
||||
|
||||
typedef struct __AsyncQueue AsyncQueue, *pAsyncQueue;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user