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