Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals

_cp_connection_descriptor Struct Reference
[Cp_socket]

#include <socket.h>


Data Fields

cp_socketsock
sockaddr_in * addr
void * owner
timeval created
unsigned long bytes_read
unsigned long bytes_sent


Detailed Description

connection descriptor structure

Definition at line 214 of file socket.h.


Field Documentation

struct sockaddr_in* _cp_connection_descriptor::addr
 

client address

Definition at line 217 of file socket.h.

Referenced by cp_connection_descriptor_create().

unsigned long _cp_connection_descriptor::bytes_read
 

bytes read

Definition at line 230 of file socket.h.

Referenced by cp_connection_descrpitor_read().

unsigned long _cp_connection_descriptor::bytes_sent
 

bytes written

Definition at line 231 of file socket.h.

Referenced by cp_connection_descriptor_write().

struct timeval _cp_connection_descriptor::created
 

creation time

Definition at line 229 of file socket.h.

void* _cp_connection_descriptor::owner
 

placeholder for client identifier

Definition at line 225 of file socket.h.

cp_socket* _cp_connection_descriptor::sock
 

socket the connection was made on

Definition at line 216 of file socket.h.

Referenced by cp_connection_descriptor_create().


The documentation for this struct was generated from the following file:
Generated on Sat Dec 1 10:25:30 2007 for cprops by  doxygen 1.3.9.1