#include <server.h>
Data Fields | |
| int | servSock |
| tClient | clients [FD_SETSIZE] |
| unsigned int | maxFd |
| fd_set | socks |
| char | logPath [512] |
| char | namePat [512] |
| FILE * | wHandle |
Definition at line 9 of file server.h.
| tClient tServer::clients[FD_SETSIZE] |
| char tServer::logPath[512] |
| unsigned int tServer::maxFd |
| char tServer::namePat[512] |
| fd_set tServer::socks |
| FILE* tServer::wHandle |
1.5.8