local ledger funtion finish

This commit is contained in:
lnk
2025-05-14 16:42:29 +08:00
parent a6685ca801
commit 093e8e5dd6
6 changed files with 303 additions and 30 deletions

View File

@@ -16,6 +16,8 @@
#include "node.h"
#include <pthread.h>//lnk20250114给台账添加互斥锁
#include "../log4cplus/log4.h"//lnk添加log4
/*lnk10-10 */////////////////////////////////
extern int HTTP_PORT;
extern int SOCKET_PORT;
@@ -192,8 +194,8 @@ apr_status_t init_rdb()
}
//台账读取过后初始化各级的日志
init_loggers();
rv = parse_model_cfg_web();
if (rv != APR_SUCCESS) {
echo_errg("Parsed model with error,try to run! \n");