feat: support uniq grant
This commit is contained in:
parent
82fd28d1d4
commit
1e9c963e02
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue