forest-net
an overlay networks for large-scale virtual worlds
|
Public Attributes | |
string | cname |
< client table entry More... | |
string | pwd |
password | |
privileges | priv |
client privileges | |
string | realName |
real world name | |
string | |
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 | |
Definition at line 127 of file ClientTable.h.
string forest::ClientTable::Client::cname |