chiark / gitweb /
[PATCH] udev - create all partitions of blockdevice
[elogind.git] / udev.h
diff --git a/udev.h b/udev.h
index e615b4c8bb9e6a88b78d1e1ac72686ae349e3b73..e8f93ad5ada2c49fb8076742a50bf14bddaad906 100644 (file)
--- a/udev.h
+++ b/udev.h
@@ -46,6 +46,7 @@ struct udevice {
        int minor;
        unsigned int mode;      /* not mode_t due to conflicting definitions in different libcs */
        char symlink[NAME_SIZE];
+       int partitions;
 
        /* private data that help us in building strings */
        char bus_id[SYSFS_NAME_LEN];