OpenMPI  0.1.1
bufferevent_filtered Struct Reference

Data Fields

struct bufferevent_private bev
 
struct buffereventunderlying
 The bufferevent that we read/write filtered data from/to. More...
 
struct evbuffer_cb_entryoutbuf_cb
 A callback on our outbuf to notice when somebody adds data.
 
unsigned got_eof
 True iff we have received an EOF callback from the underlying bufferevent. More...
 
void(* free_context )(void *)
 Function to free context when we're done. More...
 
bufferevent_filter_cb process_in
 Input filter.
 
bufferevent_filter_cb process_out
 Output filter.
 
void * context
 User-supplied argument to the filters. More...
 

Field Documentation

void* bufferevent_filtered::context

User-supplied argument to the filters.

Referenced by bufferevent_filter_new().

void(* bufferevent_filtered::free_context)(void *)

Function to free context when we're done.

Referenced by bufferevent_filter_new().

unsigned bufferevent_filtered::got_eof

True iff we have received an EOF callback from the underlying bufferevent.

struct bufferevent* bufferevent_filtered::underlying

The bufferevent that we read/write filtered data from/to.

Referenced by bufferevent_filter_new().


The documentation for this struct was generated from the following file: