chiark / gitweb /
exit cleanly on SIGINT
[elogind.git] / snapshot.h
index 8d35e174c8468f19654ee36bbdefa9f5476526c3..563af41293360a82558defd58aa070a884aee991 100644 (file)
@@ -5,7 +5,7 @@
 
 typedef struct Snapshot Snapshot;
 
-#include "name.h"
+#include "unit.h"
 
 typedef enum SnapshotState {
         SNAPSHOT_DEAD,
@@ -19,6 +19,6 @@ struct Snapshot {
         bool cleanup:1;
 };
 
-extern const NameVTable snapshot_vtable;
+extern const UnitVTable snapshot_vtable;
 
 #endif