owwl_server_ Struct Reference
[Server Structures]

Structure used to hold server data. More...

#include <owwl.h>

List of all members.

Public Attributes

SOCKET socket_listen
owwl_clientfirst_client


Detailed Description

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.


Member Data Documentation

owwl_client* owwl_server_::first_client
 

Start of doubly-linked list of client sockets

SOCKET owwl_server_::socket_listen
 

The listening 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