forked from scott/threaded_network_chat
even further bikeshedding
This commit is contained in:
@@ -32,7 +32,8 @@ typedef struct __wserver_args_t {
|
|||||||
std::string log;
|
std::string log;
|
||||||
} wserver_args_t;
|
} wserver_args_t;
|
||||||
|
|
||||||
/* client_start(listen_ip, listen_port, &socket_descriptor_client, log_path, &client_wait_thread);
|
/*
|
||||||
|
* client_start(listen_ip, listen_port, &socket_descriptor_client, log_path, &client_wait_thread);
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
client_start(std::string ip, int port, int *sock, std::string log, pthread_t *thr)
|
client_start(std::string ip, int port, int *sock, std::string log, pthread_t *thr)
|
||||||
|
|||||||
Reference in New Issue
Block a user