From 1f0a04ff457dfc302340873e423e0720056704b5 Mon Sep 17 00:00:00 2001 From: pandx Date: Wed, 23 Oct 2024 10:03:13 +0800 Subject: [PATCH] add codes. --- common/common_func.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/common_func.cpp b/common/common_func.cpp index e5a7f04..e72f3c0 100644 --- a/common/common_func.cpp +++ b/common/common_func.cpp @@ -35,8 +35,8 @@ char recvpacket[PACKET_SIZE]; static boost::mutex s_config_mu; -zlog_category_t *zct; -zlog_category_t *zbt; +extern zlog_category_t *zct; +extern zlog_category_t *zbt; string GetLocalTimeWithMs(void) { string defaultTime = "19700101000000000";