This commit is contained in:
Hongze Cheng 2021-12-29 11:49:13 +08:00
parent fc7bb3b5b1
commit 402b851cf2
1 changed files with 3 additions and 3 deletions

View File

@ -1058,9 +1058,9 @@ typedef struct STaskDropRsp {
} STaskDropRsp;
typedef struct {
int8_t igExists;
char* name;
char* phyPlan;
int8_t igExists;
char* name;
char* phyPlan;
} SCMCreateTopicReq;
static FORCE_INLINE int tSerializeSCMCreateTopicReq(void** buf, const SCMCreateTopicReq* pReq) {