projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
discover/udev: copy dev->device path from udev devnode
[petitboot]
/
discover
/
event.h
diff --git
a/discover/event.h
b/discover/event.h
index adba336067ad3bf0b97361ed3a68259d992a909e..98ece11c73a8bd3bcda0362b8789d30baa3cb452 100644
(file)
--- a/
discover/event.h
+++ b/
discover/event.h
@@
-11,6
+11,7
@@
enum event_action {
EVENT_ACTION_ADD = 20,
EVENT_ACTION_REMOVE,
EVENT_ACTION_CONF,
+ EVENT_ACTION_DHCP,
EVENT_ACTION_MAX,
};