opt msg on mnode

This commit is contained in:
Yihao Deng 2024-01-10 06:18:39 +00:00
parent 2537adb728
commit 3f0236ec17
1 changed files with 15 additions and 14 deletions

View File

@ -47,6 +47,7 @@ static void *dmStatusThreadFp(void *param) {
} }
SDmNotifyHandle dmNotifyHdl = {.state = 0}; SDmNotifyHandle dmNotifyHdl = {.state = 0};
static void *dmNotifyThreadFp(void *param) { static void *dmNotifyThreadFp(void *param) {
SDnodeMgmt *pMgmt = param; SDnodeMgmt *pMgmt = param;
setThreadName("dnode-notify"); setThreadName("dnode-notify");