[td-32] change error code type
This commit is contained in:
parent
e996995193
commit
699c1bbd7d
|
@ -500,7 +500,7 @@ typedef struct {
|
|||
} SQueryTableMsg;
|
||||
|
||||
typedef struct {
|
||||
char code;
|
||||
int32_t code;
|
||||
uint64_t qhandle;
|
||||
} SQueryTableRsp;
|
||||
|
||||
|
|
Loading…
Reference in New Issue