Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

eqn_cruncher::server_data Struct Reference

This struct is used to propagate the data between the various levels of abstraction in the server's threaded mechanism. More...

#include <udefs.hpp>

List of all members.

Public Attributes

int port_no
int queue_size
int sock_id


Detailed Description

This struct is used to propagate the data between the various levels of abstraction in the server's threaded mechanism.


Member Data Documentation

int eqn_cruncher::server_data::port_no
 

This is the port number to where the server is supposed to bind itself.

int eqn_cruncher::server_data::queue_size
 

This is the maximum queue size that the listen function can have.

int eqn_cruncher::server_data::sock_id
 

This represents the unique file descriptor of the socket to be used by the server for listening for connections, and accepting them.


The documentation for this struct was generated from the following file:
Generated on Mon Oct 11 13:09:26 2004 for Equation Cruncher by doxygen1.2.18