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.
| void* rte_context::user_data |
Frontend private
| char* rte_context::error |
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
| int64_t rte_context::fsize_limit |
Frontend private
| int64_t rte_context::part_size |
Frontend private
| unsigned int rte_context::part_count |
Frontend private
| char* rte_context::filename |
Frontend private
1.4.7