chiark / gitweb /
modules-load: drop /lib from search path if we don't have it split off
[elogind.git] / src / device.h
index 9a56a5205b1463598d72a7e078487e56eb2e64d8..a05c3d37b06735cd73d40876e9c5c7c6b9fc4008 100644 (file)
@@ -36,7 +36,7 @@ typedef enum DeviceState {
 } DeviceState;
 
 struct Device {
-        Meta meta;
+        Unit meta;
 
         char *sysfs;