client_data Struct Reference

Used for storing client information like file descriptor through which client is connected, nick name of the connected client, ip address of client machine. More...

#include <client.h>

List of all members.

Public Attributes

int fd
 file descriptor through which client is connected
char nick [DATASIZE]
 nick name of the connected client
char ip [DATASIZE]
 ip address of client machine.


Detailed Description

Used for storing client information like file descriptor through which client is connected, nick name of the connected client, ip address of client machine.

Definition at line 29 of file client.h.


Member Data Documentation

file descriptor through which client is connected

Definition at line 30 of file client.h.

Referenced by connect_server().

char client_data::ip[DATASIZE]

ip address of client machine.

Definition at line 32 of file client.h.

Referenced by connect_server().

char client_data::nick[DATASIZE]

nick name of the connected client

Definition at line 31 of file client.h.

Referenced by connect_server().


The documentation for this struct was generated from the following file:

Generated on Wed Apr 7 17:03:11 2010 for LAN-Messenger(Client) by  doxygen 1.5.8