summaryrefslogtreecommitdiff
path: root/udevd.h
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2007-04-26 22:52:20 +0200
committerKay Sievers <kay.sievers@vrfy.org>2007-04-26 22:52:20 +0200
commit1343a9524f9d2145dfbf2ba479eb859faf6a1e95 (patch)
treeb5160986162c72a36167469f2add6483e6251533 /udevd.h
parent01ad1ef5f367f1e3e777d03f08b78a1fc37a8f05 (diff)
udevcontrol: allow to set global variables in udevd
The initial patch is from Harald, possible new bugs are from me.
Diffstat (limited to 'udevd.h')
-rw-r--r--udevd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/udevd.h b/udevd.h
index fce86e7126..4ca6d1dcf2 100644
--- a/udevd.h
+++ b/udevd.h
@@ -46,6 +46,7 @@ enum udevd_ctrl_msg_type {
UDEVD_CTRL_SET_MAX_CHILDS,
UDEVD_CTRL_SET_MAX_CHILDS_RUNNING,
UDEVD_CTRL_RELOAD_RULES,
+ UDEVD_CTRL_ENV,
};
struct udevd_ctrl_msg {