libexpress 0.0.1
Express Server Framework in C
All Data Structures Files Functions Typedefs Macros Pages
Data Fields
con_args_t Struct Reference

Connection Handler arguments. More...

Data Fields

int * client
 
server_tserver
 

Detailed Description

Connection Handler arguments.

Due to connection handler being run in a thread, this structure holds the file descriptor of the client, as well as the server instance to pass it down to the connection handler function.

Just a temporary struct used to pass arguments into the connection_handler function.


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