Rollback-aware output mechanism. More...
#include <ross-types.h>
Data Fields | |
struct tw_out * | next |
tw_kp * | owner |
char | message [256 - 2 *sizeof(void *)] |
Regularly requested feature: rollback-aware output. This will allow us to create an output stream without messages from cancelled events.
Definition at line 246 of file ross-types.h.
char tw_out::message |
The actual message content
Definition at line 250 of file ross-types.h.
Referenced by tw_free_output_messages(), and tw_output().
struct tw_out * tw_out::next |
Definition at line 247 of file ross-types.h.
Referenced by init_output_messages(), tw_free_output_messages(), tw_kp_grab_output_buffer(), tw_kp_put_back_output_buffer(), and tw_output().
tw_kp * tw_out::owner |
Definition at line 248 of file ross-types.h.
Referenced by init_output_messages(), and tw_kp_put_back_output_buffer().