c-template
conn_handle_data Struct Reference

struct containing arguments passed into pthread More...

#include <socket_server.h>

Collaboration diagram for conn_handle_data:

Data Fields

pthread_t thread
 
socket_serversrv
 
client_connconn
 

Detailed Description

struct containing arguments passed into pthread

Definition at line 70 of file socket_server.h.

Field Documentation

◆ conn

client_conn* conn_handle_data::conn

Definition at line 73 of file socket_server.h.

◆ srv

socket_server* conn_handle_data::srv

Definition at line 72 of file socket_server.h.

◆ thread

pthread_t conn_handle_data::thread

Definition at line 71 of file socket_server.h.


The documentation for this struct was generated from the following file: