Merge pull request #25498 from taosdata/test/3.0/TD-29817

fix: fix tstream.h
This commit is contained in:
dapan1121 2024-04-26 09:06:47 +08:00 committed by GitHub
commit c78b21b0a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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*);