chiark / gitweb /
udev: allow final assignments :=
[elogind.git] / udev.h
diff --git a/udev.h b/udev.h
index f7a65c60d826cacf57d3da99f3fe9c6e80928286..c6f26b3bfbde2d999457ed79f28519c00e4da79c 100644 (file)
--- a/udev.h
+++ b/udev.h
@@ -64,11 +64,16 @@ struct udevice {
        char name[PATH_SIZE];
        char devname[PATH_SIZE];
        struct list_head symlink_list;
+       int symlink_final;
        char owner[USER_SIZE];
+       int owner_final;
        char group[USER_SIZE];
+       int group_final;
        mode_t mode;
+       int mode_final;
        dev_t devt;
        struct list_head run_list;
+       int run_final;
 
        char tmp_node[PATH_SIZE];
        int partitions;