chore: more code
This commit is contained in:
parent
7eb7cb7263
commit
e689356c65
|
@ -705,12 +705,13 @@ int32_t tSerializeSGetUserAuthRsp(void* buf, int32_t bufLen, SGetUserAuthRsp* pR
|
||||||
int32_t tDeserializeSGetUserAuthRsp(void* buf, int32_t bufLen, SGetUserAuthRsp* pRsp);
|
int32_t tDeserializeSGetUserAuthRsp(void* buf, int32_t bufLen, SGetUserAuthRsp* pRsp);
|
||||||
void tFreeSGetUserAuthRsp(SGetUserAuthRsp* pRsp);
|
void tFreeSGetUserAuthRsp(SGetUserAuthRsp* pRsp);
|
||||||
|
|
||||||
typedef SGetUserAuthReq SGetUserPassReq;
|
typedef struct SUserPassVersion {
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
char user[TSDB_USER_LEN];
|
char user[TSDB_USER_LEN];
|
||||||
int32_t version;
|
int32_t version;
|
||||||
} SGetUserPassRsp;
|
} SUserPassVersion;
|
||||||
|
|
||||||
|
typedef SGetUserAuthReq SGetUserPassReq;
|
||||||
|
typedef SUserPassVersion SGetUserPassRsp;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* for client side struct, only column id, type, bytes are necessary
|
* for client side struct, only column id, type, bytes are necessary
|
||||||
|
|
|
@ -140,11 +140,6 @@ typedef struct SUserAuthVersion {
|
||||||
int32_t version;
|
int32_t version;
|
||||||
} SUserAuthVersion;
|
} SUserAuthVersion;
|
||||||
|
|
||||||
typedef struct SUserPassVersion {
|
|
||||||
char user[TSDB_USER_LEN];
|
|
||||||
int32_t version;
|
|
||||||
} SUserPassVersion;
|
|
||||||
|
|
||||||
typedef SDbCfgRsp SDbCfgInfo;
|
typedef SDbCfgRsp SDbCfgInfo;
|
||||||
typedef SUserIndexRsp SIndexInfo;
|
typedef SUserIndexRsp SIndexInfo;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue