libexpress 0.0.1
Express Server Framework in C
|
Connection Handler arguments. More...
Data Fields | |
int * | client |
server_t * | server |
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.