chiark / gitweb /
[PATCH] overall whitespace + debug text conditioning
[elogind.git] / udev.h
diff --git a/udev.h b/udev.h
index 904948d67ac92d7df4fa80e27ae7eea6e44fb64d..8e35cb708fcd952677025a60c65ac699cf17a96e 100644 (file)
--- a/udev.h
+++ b/udev.h
@@ -68,6 +68,12 @@ struct udevice {
        int major;
        int minor;
        mode_t mode;
+
+       /* fields that help us in building strings */
+       unsigned char bus_id[SYSFS_NAME_LEN];
+       unsigned char callout_value[NAME_SIZE];
+       unsigned char kernel_number[NAME_SIZE];
+
 };
 
 #define strfieldcpy(to, from) \
@@ -89,4 +95,3 @@ extern char udev_config_permission_filename[PATH_MAX+NAME_MAX];
 extern char udev_config_filename[PATH_MAX+NAME_MAX];
 
 #endif
-