diff options
Diffstat (limited to 'udev.h')
-rw-r--r-- | udev.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |