提交 ade504f9 编写于 作者: J jtao1735

remove the unused message type

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