support fill history

This commit is contained in:
yihaoDeng 2023-06-16 10:00:16 +08:00
parent f4b9d630c0
commit 1e05f5c693
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@
static TdThreadOnce streamMetaModuleInit = PTHREAD_ONCE_INIT;
int32_t streamBackendId = 0;
int32_t streamBackendCfWrapperId = 0;
static void streamMetaEnvInit() {
static void streamMetaEnvInit() {
streamBackendId = taosOpenRef(64, streamBackendCleanup);
streamBackendCfWrapperId = taosOpenRef(64, streamBackendHandleCleanup);
}