Searched defs:record_context (Results 1 – 1 of 1) sorted by relevance
104 struct record_context { struct105 int timeout;106 bool show_keycodes;108 uint64_t offset;111 struct record_device *first_device;113 struct list devices;114 int ndevices;116 struct {119 } output_file;144 typedef void (*source_dispatch_t)(struct record_context *ctx, argument