summaryrefslogtreecommitdiffstats
path: root/source/lib/events/events_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/events/events_internal.h')
-rw-r--r--source/lib/events/events_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/lib/events/events_internal.h b/source/lib/events/events_internal.h
index 9fc5a2065f8..de4e5f6a5af 100644
--- a/source/lib/events/events_internal.h
+++ b/source/lib/events/events_internal.h
@@ -56,6 +56,7 @@ struct fd_event {
/* this is private for the specific handler */
void *private_data;
/* this is private for the events_ops implementation */
+ uint16_t additional_flags;
void *additional_data;
};