chiark / gitweb /
udevinitsend: handle replay messages correctly
[elogind.git] / udevd.h
diff --git a/udevd.h b/udevd.h
index 60732fe052d774b796e35926f29fbc757ca04451..b8fb6913c94fda27be5e4770aedb46354f2aaf4d 100644 (file)
--- a/udevd.h
+++ b/udevd.h
@@ -50,7 +50,9 @@
 
 enum udevd_msg_type {
        UDEVD_UNKNOWN,
-       UDEVD_UEVENT,
+       UDEVD_UDEVSEND,
+       UDEVD_INITSEND,
+       UDEVD_NL,
        UDEVD_STOP_EXEC_QUEUE,
        UDEVD_START_EXEC_QUEUE,
 };
@@ -63,6 +65,7 @@ struct udevd_msg {
 };
 
 struct uevent_msg {
+       enum udevd_msg_type type;
        struct list_head node;
        pid_t pid;
        long queue_time;