rte_context Struct Reference
[Backend Interface]

Data Fields

rte_contextnext
rte_context_class_class
void * user_data
char * error
pthread_mutex_t mutex
rte_state state
rte_io_method output_method
int output_fd0
int output_fdn
int64_t fsize_limit
int64_t part_size
unsigned int part_count
char * filename

Detailed Description

Context instance. Part of the backend interface.


Field Documentation

Backend use, list of context instances

Points back to parent class, to be set by the backend when creating the context.

Frontend private

Frontend private. Backends must call rte_error_printf() or other helper functions to store an error string.

pthread_mutex_t rte_context::mutex

Backend/context use

The context module shall set this value as described in the rte_state documentation. Elsewhere read only.

Frontend private

Frontend private

Frontend private

Frontend private

Frontend private

Frontend private

Frontend private


Generated on 12 Nov 2010 for RTE Library by  doxygen 1.6.1