|
football
socket abstraction layer
|
Events are returned in this structure. More...
#include <fb_public.h>
Data Fields | |
| int | magic |
| Private. | |
| FB_EVENTTYPE | type |
| int | socket |
| The socket creating an event, for user thingies only. | |
| void * | context |
| Provided for connections, or if supplied for user thingies. | |
| struct fb_connection_t * | connection |
| For connect, close, and input. | |
| struct fb_service_t * | service |
| All connection events and service closed. | |
| char * | command |
| A command received on a connection, raw form. | |
| int | argc |
| The number of terms in argv. | |
| char ** | argv |
| Lexically split command received on a connection. | |
| int | param_count |
| Number of entries in param_names & param_values. | |
| char ** | param_names |
| Parameter names (for HTTP query parameters) | |
| char ** | param_values |
| Values corresponding to param_names positions (for HTTP query parameters). | |
Events are returned in this structure.