projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lib: Move ipmi_bootdev enum to types.h
[petitboot]
/
discover
/
event.h
diff --git
a/discover/event.h
b/discover/event.h
index adba336067ad3bf0b97361ed3a68259d992a909e..8dee13b560f689cacc46aeb3cbe5cdcc1da233b9 100644
(file)
--- a/
discover/event.h
+++ b/
discover/event.h
@@
-10,7
+10,9
@@
enum event_type {
enum event_action {
EVENT_ACTION_ADD = 20,
EVENT_ACTION_REMOVE,
+ EVENT_ACTION_URL,
EVENT_ACTION_CONF,
+ EVENT_ACTION_DHCP,
EVENT_ACTION_MAX,
};