chiark / gitweb /
add basic udev device enumeration module
[elogind.git] / device.h
index 09523ecf8a843370e17fe7275c35699e187e8372..9a64f66063f52a513500456703131d9842fc9ceb 100644 (file)
--- a/device.h
+++ b/device.h
@@ -21,7 +21,7 @@ struct Device {
         DeviceState state;
 
         /* A single device can be created by multiple sysfs objects */
-        char **sysfs;
+        char *sysfs;
 };
 
 extern const UnitVTable device_vtable;