chiark / gitweb /
[PATCH] finally solve the bad sysfs-timing for all of us
[elogind.git] / udevd.h
diff --git a/udevd.h b/udevd.h
index 96f179ad44b6065cc13f82dac9c26eed693f750d..9be581d420bda0822e19d03c86a4c9a86986d728 100644 (file)
--- a/udevd.h
+++ b/udevd.h
@@ -25,7 +25,7 @@
 #include "list.h"
 
 #define UDEV_MAGIC                     "udevd_" UDEV_VERSION
-#define EVENT_TIMEOUT_SEC              5
+#define EVENT_TIMEOUT_SEC              10
 #define UDEVSEND_CONNECT_RETRY         20 /* x 100 millisec */
 #define UDEVD_SOCK_PATH                        "udevd"
 
@@ -33,7 +33,7 @@ struct hotplug_msg {
        char magic[20];
        struct list_head list;
        pid_t pid;
-       int seqnum;
+       unsigned long long seqnum;
        long queue_time;
        char action[ACTION_SIZE];
        char devpath[DEVPATH_SIZE];