src/socket/net_mod_socket.h
@@ -10,6 +10,8 @@ #define NET_MODE_REQUEST_HEAD_LENGTH 16 #define NET_MODE_RESPONSE_HEAD_LENGTH 4 class NetModServerSocket; struct net_node_t { const char *host; @@ -43,7 +45,7 @@ }; class NetModSocket { friend class NetModServerSocket; private: static std::map<std::string, rio_t *> connectionMap; ShmModSocket shmModSocket;