fix link problem
This commit is contained in:
parent
ac3c9ac6e7
commit
9ffcbcc279
|
@ -41,8 +41,8 @@
|
||||||
#include "mgmtVgroup.h"
|
#include "mgmtVgroup.h"
|
||||||
#include "tcompare.h"
|
#include "tcompare.h"
|
||||||
|
|
||||||
static void * tsChildTableSdb;
|
void * tsChildTableSdb;
|
||||||
static void * tsSuperTableSdb;
|
void * tsSuperTableSdb;
|
||||||
static int32_t tsChildTableUpdateSize;
|
static int32_t tsChildTableUpdateSize;
|
||||||
static int32_t tsSuperTableUpdateSize;
|
static int32_t tsSuperTableUpdateSize;
|
||||||
static void * mgmtGetChildTable(char *tableId);
|
static void * mgmtGetChildTable(char *tableId);
|
||||||
|
|
Loading…
Reference in New Issue