#include <libhttp.h>
Data Fields | |
| sem_t | rd |
| semaphore to read | |
| sem_t | wr |
| semaphore to write | |
| pthread_t | pth |
| thread handler | |
| pthread_attr_t | att |
| thread attribute | |
| char * | buffer |
| locked variable | |
| int | stop |
| used to say STOP! | |
| prod_cons_t::http_batton_t | bt |
| other fields that may be moved to a void* | |
Definition at line 31 of file libhttp.h.
|
|
thread attribute
|
|
|
other fields that may be moved to a void*
|
|
|
locked variable
|
|
|
thread handler
|
|
|
semaphore to read
|
|
|
used to say STOP!
|
|
|
semaphore to write
|
1.3.6-20040222