fix: fix tstream.h

This commit is contained in:
chenhaoran 2024-04-25 19:09:53 +08:00
parent 3986f392b5
commit 14ff120fdc
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ struct SStreamTask {
SSHashObj* pNameMap;
void* pBackend;
int8_t subtableWithoutMd5;
char reserve[255];
char reserve[256];
};
typedef int32_t (*startComplete_fn_t)(struct SStreamMeta*);