Server Structures
[Owwl Connexion]

Structures pertaining to server operation. More...

Classes

struct  owwl_client_
 Structure used to hold client connexion data. More...
struct  owwl_server_
 Structure used to hold server data. More...

Typedefs

typedef owwl_client_ owwl_client
 Structure used to hold client connexion data.
typedef owwl_server_ owwl_server
 Structure used to hold server data.

Detailed Description

Structures pertaining to server operation.


Typedef Documentation

typedef struct owwl_client_ owwl_client
 

Structure used to hold client connexion data.

An owwl_server may point to an array of owwl_client, with "first_client". These form a doubly-linked list. Each owwl_client gives a socket fd for one connected client, to which data should be sent.

typedef struct owwl_server_ owwl_server
 

Structure used to hold server data.

An owwl_conn may point to an array of owwl_server, with "server". This is a singly-linked list of sockets and clients. The sockets listen for incoming client connexions. first_client points to the start of a doubly-linked list of clients.


Generated on Fri Aug 11 19:46:55 2006 for owwl by  doxygen 1.4.6