X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fsnapshot.h;h=e6dc661060664d859bdf22683b4d82ffbfc3ab0a;hp=56f87cff4d9f4657c53f8806a18a0f12c0455dc0;hb=99f37ad86e114b2d1c9eaedf2bc1a0004a265d26;hpb=44a6b1b68029833893f6e9cee35aa27a974038f6 diff --git a/src/core/snapshot.h b/src/core/snapshot.h index 56f87cff4..e6dc66106 100644 --- a/src/core/snapshot.h +++ b/src/core/snapshot.h @@ -38,12 +38,11 @@ struct Snapshot { SnapshotState state, deserialized_state; bool cleanup; - bool by_snapshot_create:1; }; extern const UnitVTable snapshot_vtable; -int snapshot_create(Manager *m, const char *name, bool cleanup, DBusError *e, Snapshot **s); +int snapshot_create(Manager *m, const char *name, bool cleanup, sd_bus_error *e, Snapshot **s); void snapshot_remove(Snapshot *s); const char* snapshot_state_to_string(SnapshotState i) _const_;