chiark / gitweb /
[PATCH] add install and uninstall the etc/dev.d/net/hotplug.dev file to the Makefile
[elogind.git] / udevd.h
diff --git a/udevd.h b/udevd.h
index 8efe1d569c59f910e65fccf07e2bcebeff14db6e..96f179ad44b6065cc13f82dac9c26eed693f750d 100644 (file)
--- a/udevd.h
+++ b/udevd.h
@@ -34,8 +34,8 @@ struct hotplug_msg {
        struct list_head list;
        pid_t pid;
        int seqnum;
        struct list_head list;
        pid_t pid;
        int seqnum;
-       time_t queue_time;
-       char action[8];
-       char devpath[128];
-       char subsystem[16];
+       long queue_time;
+       char action[ACTION_SIZE];
+       char devpath[DEVPATH_SIZE];
+       char subsystem[SUBSYSTEM_SIZE];
 };
 };