enh: solve conflict during process log file

This commit is contained in:
kailixu 2025-02-08 14:17:00 +08:00
parent 74f8a252c6
commit 34896f15e4
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ typedef struct {
typedef struct { typedef struct {
int64_t id; int64_t id;
char nameX[TSDB_CLUSTER_ID_LEN]; char name[TSDB_CLUSTER_ID_LEN];
int64_t createdTime; int64_t createdTime;
int64_t updateTime; int64_t updateTime;
int32_t upTime; int32_t upTime;