提交 ade504f9 编写于 作者: J jtao1735

remove the unused message type

上级 6fbf77ea
......@@ -122,13 +122,8 @@ char *taosMsg[] = {
"status-rsp",
"grant",
"grant-rsp",
"",
"", //100
"", //99
"sdb-sync",
"sdb-sync-rsp",
"sdb-forward",
"sdb-forward-rsp",
"max"
};
......@@ -119,12 +119,7 @@ extern "C" {
#define TSDB_MSG_TYPE_DM_GRANT 97
#define TSDB_MSG_TYPE_DM_GRANT_RSP 98
#define TSDB_MSG_TYPE_SDB_SYNC 101
#define TSDB_MSG_TYPE_SDB_SYNC_RSP 102
#define TSDB_MSG_TYPE_SDB_FORWARD 103
#define TSDB_MSG_TYPE_SDB_FORWARD_RSP 104
#define TSDB_MSG_TYPE_MAX 105
#define TSDB_MSG_TYPE_MAX 100
// IE type
#define TSDB_IE_TYPE_SEC 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册