chiark / gitweb /
[PATCH] remove useless warning if udev.conf contains keys not read by udev itself
[elogind.git] / udevd.h
diff --git a/udevd.h b/udevd.h
index 31f07de8265a693ec3b2c8b0d5af677e67b527f6..28f62cf528ffe66c26b18a6cd220c91504afad10 100644 (file)
--- a/udevd.h
+++ b/udevd.h
 #include "list.h"
 
 #define UDEV_MAGIC                     "udevd_" UDEV_VERSION
-#define EVENT_TIMEOUT_SEC              10
 #define UDEVD_SOCK_PATH                        "udevd"
 #define SEND_WAIT_MAX_SECONDS          3
 #define SEND_WAIT_LOOP_PER_SECOND      10
+#define INIT_TIME_SEC                  5
+#define EVENT_INIT_TIMEOUT_SEC         2
+#define EVENT_TIMEOUT_SEC              10
 
 /* environment buffer, should match the kernel's size in lib/kobject_uevent.h */
 #define HOTPLUG_BUFFER_SIZE            1024
@@ -47,6 +49,7 @@ struct hotplug_msg {
        char *devpath;
        char *subsystem;
        unsigned long long seqnum;
+       char *physdevpath;
        char *envp[HOTPLUG_NUM_ENVP+1];
        char envbuf[];
 };