Merge pull request #16161 from taosdata/fix/ZhiqiangWang/TD-18419-fix-compile-error
feat: fix compile error
This commit is contained in:
commit
10554998ea
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue