This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
nettrans/util/net_pub.cpp
2024-04-16 21:34:06 +08:00

5 lines
153 B
C++

#include "net_pub.h"
NetLog CNetPub::log_ = nullptr;
std::shared_ptr<std::mutex> CNetPub::mutex_ = std::make_shared<std::mutex>();