fujuntang
2021-12-07 22cd4140502e67d32967160bee56375eaa285011
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