feat: support uniq grant

This commit is contained in:
kailixu 2024-01-31 17:22:57 +08:00
parent 82fd28d1d4
commit 1e9c963e02
1 changed files with 0 additions and 2 deletions

View File

@ -810,8 +810,6 @@ typedef struct {
int64_t id : 24;
};
};
// uint16_t port;
// char fqdn[TSDB_FQDN_LEN];
char machine[TSDB_MACHINE_ID_LEN + 1];
} SGrantMachine;