forest-net
an overlay networks for large-scale virtual worlds
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator
forest::ClientTable::Client Struct Reference
Collaboration diagram for forest::ClientTable::Client:

Public Attributes

string cname
 < client table entry More...
 
string pwd
 password
 
privileges priv
 client privileges
 
string realName
 real world name
 
string email
 email address
 
RateSpec defRates
 default rate spec for this user
 
RateSpec totalRates
 total allowed for all sessions
 
RateSpec availRates
 amount of unallocated capacity
 
int numSess
 number of active sessions
 
int firstSess
 index of first session in list
 
bool busyBit
 set for a busy client
 
pthread_cond_t busyCond
 used to wait for a busy client
 

Detailed Description

Definition at line 127 of file ClientTable.h.

Member Data Documentation

string forest::ClientTable::Client::cname

< client table entry

client's login name

Definition at line 128 of file ClientTable.h.


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