chiark / gitweb /
set nice/oom_adjust only when asked for
[elogind.git] / device.h
index e2597f710dec01f9ec43905a401d9633e3deb89d..09523ecf8a843370e17fe7275c35699e187e8372 100644 (file)
--- a/device.h
+++ b/device.h
@@ -5,7 +5,7 @@
 
 typedef struct Device Device;
 
-#include "name.h"
+#include "unit.h"
 
 /* We simply watch devices, we cannot plug/unplug them. That
  * simplifies the state engine greatly */
@@ -24,6 +24,6 @@ struct Device {
         char **sysfs;
 };
 
-extern const NameVTable device_vtable;
+extern const UnitVTable device_vtable;
 
 #endif