chore: more code
This commit is contained in:
parent
16f039a780
commit
4701fdfe06
|
@ -19,11 +19,6 @@
|
||||||
#include "scheduler.h"
|
#include "scheduler.h"
|
||||||
#include "trpc.h"
|
#include "trpc.h"
|
||||||
|
|
||||||
static SClientHbMgr clientHbMgr = {0};
|
|
||||||
|
|
||||||
static int32_t hbCreateThread();
|
|
||||||
static void hbStopThread();
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
union {
|
union {
|
||||||
int64_t clusterId;
|
int64_t clusterId;
|
||||||
|
@ -31,6 +26,11 @@ typedef struct {
|
||||||
};
|
};
|
||||||
} SHbParam;
|
} SHbParam;
|
||||||
|
|
||||||
|
static SClientHbMgr clientHbMgr = {0};
|
||||||
|
|
||||||
|
static int32_t hbCreateThread();
|
||||||
|
static void hbStopThread();
|
||||||
|
|
||||||
static int32_t hbMqHbReqHandle(SClientHbKey *connKey, void *param, SClientHbReq *req) { return 0; }
|
static int32_t hbMqHbReqHandle(SClientHbKey *connKey, void *param, SClientHbReq *req) { return 0; }
|
||||||
|
|
||||||
static int32_t hbMqHbRspHandle(SAppHbMgr *pAppHbMgr, SClientHbRsp *pRsp) { return 0; }
|
static int32_t hbMqHbRspHandle(SAppHbMgr *pAppHbMgr, SClientHbRsp *pRsp) { return 0; }
|
||||||
|
|
Loading…
Reference in New Issue