]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libsystemd/sd-device/device-internal.h
sd-device: device_id - set correctly for 'drivers'
[thirdparty/systemd.git] / src / libsystemd / sd-device / device-internal.h
index ab222e27decf02d54c2935289db459f4e442704c..9fad388953f589e42c9d4765e0a5c2e02dc97119 100644 (file)
@@ -76,6 +76,8 @@ struct sd_device {
 
         char *subsystem;
         bool subsystem_set; /* don't reread subsystem */
+        char *driver_subsystem; /* only set for the 'drivers' subsystem */
+        bool driver_subsystem_set; /* don't reread subsystem */
         char *driver;
         bool driver_set; /* don't reread driver */