summaryrefslogtreecommitdiffstats
path: root/discover/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'discover/event.h')
-rw-r--r--discover/event.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/discover/event.h b/discover/event.h
index 20585f2..91575cc 100644
--- a/discover/event.h
+++ b/discover/event.h
@@ -4,11 +4,13 @@
enum event_type {
EVENT_TYPE_UDEV = 10,
EVENT_TYPE_USER,
+ EVENT_TYPE_MAX,
};
enum event_action {
EVENT_ACTION_ADD = 20,
EVENT_ACTION_REMOVE,
+ EVENT_ACTION_MAX,
};
struct event {
OpenPOWER on IntegriCloud