zhangmeng
2024-01-18 d3d9b7341ef7613e0d2813b69491ffcef5736f48
src/net/net_mod_socket_wrapper.h
@@ -134,6 +134,7 @@
int net_mod_socket_svr_get(void * _socket);
void net_mod_socket_buf_data_set(void * _socket, std::string str, int val);
int net_mod_socket_buf_data_get(void * _socket, std::string str);
void net_mod_socket_buf_data_del(void * _socket, std::string str);
/**
 * @brief 跨机器发送消息并接受返回的应答消息,直到发送完成才返回
@@ -403,4 +404,4 @@
}
#endif
#endif
#endif