Next: struct x1f4_trans_type, Previous: struct x1f4_fxdata_type, Up: General Types [Index]
typedef struct x1f4_track_type { int (*line)(void *, int), (*post)(void *), (*push)(void *, const char *, unsigned); void *data; } x1f4_track_type;
The struct x1f4_track_type
record describes an error reporting context.
It is a regular libaime error reporter construct.