football
socket abstraction layer
Data Fields
fb_event_t Struct Reference

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_tconnection
 For connect, close, and input.
 
struct fb_service_tservice
 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).
 

Detailed Description

Events are returned in this structure.


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