valid msg
This commit is contained in:
parent
4cfcbf71ad
commit
b1e8c21903
|
@ -61,7 +61,7 @@
|
|||
#undef TD_CLOSE_MSG_TYPE
|
||||
#define TD_NEW_MSG_SEG(TYPE) TYPE##_NUM,
|
||||
#define TD_DEF_MSG_TYPE(TYPE, MSG, REQ, RSP)
|
||||
#define TD_CLOSE_MSG_TYPE(type)
|
||||
#define TD_CLOSE_MSG_TYPE(TYPE)
|
||||
|
||||
int32_t tMsgDict[] = {
|
||||
|
||||
|
|
|
@ -18,12 +18,14 @@
|
|||
|
||||
#undef TD_MSG_NUMBER_
|
||||
#undef TD_MSG_DICT_
|
||||
#undef TD_MSG_RANGE_CODE_
|
||||
#define TD_MSG_INFO_
|
||||
#undef TD_MSG_SEG_CODE_
|
||||
#include "tmsgdef.h"
|
||||
|
||||
#undef TD_MSG_NUMBER_
|
||||
#undef TD_MSG_INFO_
|
||||
#undef TD_MSG_RANGE_CODE_
|
||||
#define TD_MSG_DICT_
|
||||
#undef TD_MSG_SEG_CODE_
|
||||
#include "tmsgdef.h"
|
||||
|
@ -37,7 +39,6 @@
|
|||
|
||||
#include "tlog.h"
|
||||
|
||||
|
||||
#define DECODESQL() \
|
||||
do { \
|
||||
if (!tDecodeIsEnd(&decoder)) { \
|
||||
|
|
Loading…
Reference in New Issue