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