c-template
|
struct containing arguments passed into pthread More...
#include <socket_server.h>
Data Fields | |
pthread_t | thread |
socket_server * | srv |
client_conn * | conn |
struct containing arguments passed into pthread
Definition at line 70 of file socket_server.h.
client_conn* conn_handle_data::conn |
Definition at line 73 of file socket_server.h.
socket_server* conn_handle_data::srv |
Definition at line 72 of file socket_server.h.
pthread_t conn_handle_data::thread |
Definition at line 71 of file socket_server.h.