projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
discover: Add 'plugin' user-event
[petitboot]
/
discover
/
event.h
diff --git
a/discover/event.h
b/discover/event.h
index a639d9cfa85b03dc87d749770a757f143aef2f48..1f6966c970ab54279b4d27747477dc1342b5a43d 100644
(file)
--- a/
discover/event.h
+++ b/
discover/event.h
@@
-14,6
+14,7
@@
enum event_action {
EVENT_ACTION_DHCP,
EVENT_ACTION_BOOT,
EVENT_ACTION_SYNC,
+ EVENT_ACTION_PLUGIN,
EVENT_ACTION_MAX,
};