Searched defs:record_context (Results 1 – 1 of 1) sorted by relevance
103 struct record_context { struct104 int timeout;105 bool show_keycodes;107 uint64_t offset;110 struct record_device *first_device;112 struct list devices;113 int ndevices;115 struct {118 } output_file;143 typedef void (*source_dispatch_t)(struct record_context *ctx, argument