owwl_client_ Struct Reference
[Server Structures]

Structure used to hold client connexion data. More...

#include <owwl.h>

List of all members.

Public Attributes

owwl_client_prev
owwl_client_next
SOCKET socket


Detailed Description

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.


Member Data Documentation

struct owwl_client_* owwl_client_::next
 

Link forward

struct owwl_client_* owwl_client_::prev
 

Link back

SOCKET owwl_client_::socket
 

A client socket


The documentation for this struct was generated from the following file:
Generated on Fri Aug 11 19:46:55 2006 for owwl by  doxygen 1.4.6