chore: more code

This commit is contained in:
kailixu 2023-04-23 23:11:15 +08:00
parent 16f039a780
commit 4701fdfe06
1 changed files with 5 additions and 5 deletions

View File

@ -19,11 +19,6 @@
#include "scheduler.h"
#include "trpc.h"
static SClientHbMgr clientHbMgr = {0};
static int32_t hbCreateThread();
static void hbStopThread();
typedef struct {
union {
int64_t clusterId;
@ -31,6 +26,11 @@ typedef struct {
};
} 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 hbMqHbRspHandle(SAppHbMgr *pAppHbMgr, SClientHbRsp *pRsp) { return 0; }