more
This commit is contained in:
parent
fc7bb3b5b1
commit
402b851cf2
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue