chiark / gitweb /
[PATCH] udevd: serialization of the event sequence of a chain of devices
[elogind.git] / udevd.h
diff --git a/udevd.h b/udevd.h
index 31f07de8265a693ec3b2c8b0d5af677e67b527f6..1c4b1b88c22d23352f4b57098ae63c4894204890 100644 (file)
--- a/udevd.h
+++ b/udevd.h
@@ -47,6 +47,7 @@ struct hotplug_msg {
        char *devpath;
        char *subsystem;
        unsigned long long seqnum;
+       char *physdevpath;
        char *envp[HOTPLUG_NUM_ENVP+1];
        char envbuf[];
 };