#include <context.h>
Data Fields | |
rte_context* | next |
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 |
|
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. |
|
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 |