feat: fix compile error
This commit is contained in:
parent
59959f7cf3
commit
72f5df0599
|
@ -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