aboutsummaryrefslogtreecommitdiffhomepage
path: root/uinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'uinput.h')
-rw-r--r--uinput.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/uinput.h b/uinput.h
index 035696d..f61ca4f 100644
--- a/uinput.h
+++ b/uinput.h
@@ -17,10 +17,12 @@ static int backend_shutdown();
/* uinput_instance */
typedef struct {
+ int ident;
char* device_path;
char* name;
int fd_in;
int fd_out;
+ int exclusive;
size_t size_events;
struct input_event* events;
} uinput_instance;