aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/event_notifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/event_notifier.h')
-rw-r--r--include/qemu/event_notifier.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qemu/event_notifier.h b/include/qemu/event_notifier.h
index 3380b662f3..b79add035d 100644
--- a/include/qemu/event_notifier.h
+++ b/include/qemu/event_notifier.h
@@ -24,6 +24,7 @@ struct EventNotifier {
#else
int rfd;
int wfd;
+ bool initialized;
#endif
};