Structure for fixing station input list. More...
#include <et_private.h>
| Data Fields | |
| et_event * | first | 
| Value of et_list->firstevent at start of read (NULL if no damage). | |
| uint64_t | eventsin | 
| Value of et_list->events_in at start of dump. | |
| int | start | 
| Is 1 at start of write and 0 at end. | |
| int | cnt | 
| Value of et_list->cnt at start of read/write. | |
| int | num | 
| Number of events intended to read/write. | |
| int | call | 
| ET_FIX_DUMP if fixing after et_station_(n)dump call, or ET_FIX_READ if fixing after et_station_(n)read call. | |
Structure for fixing station input list.
| int et_fixin::call | 
ET_FIX_DUMP if fixing after et_station_(n)dump call, or ET_FIX_READ if fixing after et_station_(n)read call.
| int et_fixin::cnt | 
Value of et_list->cnt at start of read/write.
| uint64_t et_fixin::eventsin | 
Value of et_list->events_in at start of dump.
Value of et_list->firstevent at start of read (NULL if no damage).
| int et_fixin::num | 
Number of events intended to read/write.
| int et_fixin::start | 
Is 1 at start of write and 0 at end.
 1.6.1
 1.6.1