fix compile errors
This commit is contained in:
parent
3f726464ea
commit
a9bd35cba6
|
@ -41,11 +41,12 @@
|
||||||
#include "dnodeTelemetry.h"
|
#include "dnodeTelemetry.h"
|
||||||
#include "module.h"
|
#include "module.h"
|
||||||
|
|
||||||
#ifndef _MODULE
|
#if !defined(_MODULE) || !defined(_TD_LINUX)
|
||||||
int32_t moduleStart() { return 0; }
|
int32_t moduleStart() { return 0; }
|
||||||
void moduleStop();
|
void moduleStop() {}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
void *tsDnodeTmr = NULL;
|
void *tsDnodeTmr = NULL;
|
||||||
static SRunStatus tsRunStatus = TSDB_RUN_STATUS_STOPPED;
|
static SRunStatus tsRunStatus = TSDB_RUN_STATUS_STOPPED;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue