X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsnapshot.h;h=9a305204b975465b15d87712607364c3fa224947;hp=959a5090ecf318d0242191cf954b61788d55a660;hb=ead8e4788ee31bbdc38b4cd3c6e71c8a95bbc95a;hpb=e99e38bbdcca3fe5956823bdb3d38544ccf93221 diff --git a/src/snapshot.h b/src/snapshot.h index 959a5090e..9a305204b 100644 --- a/src/snapshot.h +++ b/src/snapshot.h @@ -1,4 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ #ifndef foosnapshothfoo #define foosnapshothfoo @@ -39,11 +39,12 @@ 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, Snapshot **s); +int snapshot_create(Manager *m, const char *name, bool cleanup, DBusError *e, Snapshot **s); void snapshot_remove(Snapshot *s); const char* snapshot_state_to_string(SnapshotState i);