remove the unused message type

This commit is contained in:
jtao1735 2020-05-05 00:16:25 +00:00
parent 6fbf77eaa9
commit ade504f9eb
2 changed files with 2 additions and 12 deletions

View File

@ -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"
}; };

View File

@ -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