fix link problem

This commit is contained in:
slguan 2020-04-30 13:43:44 +08:00
parent ac3c9ac6e7
commit 9ffcbcc279
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@
#include "mgmtVgroup.h"
#include "tcompare.h"
static void * tsChildTableSdb;
static void * tsSuperTableSdb;
void * tsChildTableSdb;
void * tsSuperTableSdb;
static int32_t tsChildTableUpdateSize;
static int32_t tsSuperTableUpdateSize;
static void * mgmtGetChildTable(char *tableId);