#include <fo_server.h>
Data Fields | |
| t_cf_mutex | lock |
| t_cf_mutex | cond_lock |
| pthread_cond_t | cond |
| u_int32_t | workers |
| u_int32_t | clientnum |
| int | down |
| t_client * | clients |
| t_client * | last |
Definition at line 99 of file fo_server.h.
|
|
The number of clients in the queque Definition at line 105 of file fo_server.h. |
|
|
A pointer to the first client in the chain Definition at line 108 of file fo_server.h. |
|
|
The conditional variable to wait for new connections Definition at line 102 of file fo_server.h. |
|
|
The mutex to lock the conditional Definition at line 101 of file fo_server.h. |
|
|
Conditional, if set the workers have to shut down Definition at line 106 of file fo_server.h. |
|
|
A pointer to the last client in the chain Definition at line 109 of file fo_server.h. |
|
|
The mutex to lock the queque Definition at line 100 of file fo_server.h. |
|
|
The number of worker threads started Definition at line 104 of file fo_server.h. |
1.3.5