Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

prod_cons_t Struct Reference

Structure between the engine and the libhttp_thread modules. More...

#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*


Detailed Description

Structure between the engine and the libhttp_thread modules.

Definition at line 31 of file libhttp.h.


Field Documentation

pthread_attr_t prod_cons_t::att
 

thread attribute

Definition at line 40 of file libhttp.h.

struct prod_cons_t::http_batton_t prod_cons_t::bt
 

other fields that may be moved to a void*

char* prod_cons_t::buffer
 

locked variable

Definition at line 42 of file libhttp.h.

pthread_t prod_cons_t::pth
 

thread handler

Definition at line 38 of file libhttp.h.

sem_t prod_cons_t::rd
 

semaphore to read

Definition at line 33 of file libhttp.h.

int prod_cons_t::stop
 

used to say STOP!

Definition at line 44 of file libhttp.h.

sem_t prod_cons_t::wr
 

semaphore to write

Definition at line 35 of file libhttp.h.


The documentation for this struct was generated from the following file:
Generated on Wed May 5 15:48:04 2004 for LiberoPOPs by doxygen 1.3.6-20040222