summaryrefslogtreecommitdiff
path: root/udevd.h
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-11-16 04:14:15 +0100
committerKay Sievers <kay.sievers@suse.de>2005-11-16 04:14:15 +0100
commitfc55cf68ca0c0db5172a9de7e827c6c3f7c2a308 (patch)
tree8145a2bba92b1806c217ce644acf2cba64879679 /udevd.h
parent7a7702509259f811d4f8321e64e28dc72037c88b (diff)
remove "udev_db" option from config file
All udev state is kept in /$udev_root/.udev/ now. No option to configure that anymore, it will always be there. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'udevd.h')
-rw-r--r--udevd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/udevd.h b/udevd.h
index 4040942ac9..afbc3a31b1 100644
--- a/udevd.h
+++ b/udevd.h
@@ -29,6 +29,9 @@
#define UDEVD_PRIORITY -4
#define UDEV_PRIORITY -2
+#define EVENT_QUEUE_DIR ".udev/queue"
+#define EVENT_FAILED_DIR ".udev/failed"
+
/* maximum limit of runnig childs */
#define UDEVD_MAX_CHILDS 64
/* start to throttle forking if maximum number of running childs in our session is reached */