Merge pull request #16161 from taosdata/fix/ZhiqiangWang/TD-18419-fix-compile-error

feat: fix compile error
This commit is contained in:
Zhiqiang Wang 2022-08-16 19:14:28 +08:00 committed by GitHub
commit 10554998ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@ int32_t tsGrantHBInterval = 60;
#ifndef _STORAGE
int32_t taosSetTfsCfg(SConfig *pCfg) { return 0; }
#else
int32_t taosSetTfsCfg(SConfig *pCfg);
#endif
struct SConfig *taosGetCfg() {