X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsnapshot.h;h=bf92e99a8b4af263d11fed33e7310aeecd8a5285;hp=2b5f3c338a1711e41470166c7cf3d8394207f516;hb=54ecda32c60c6f2548f74703bfd324694393edaa;hpb=398ef8ba0266cca453d90a90b3a2aa1caa44189f diff --git a/src/snapshot.h b/src/snapshot.h index 2b5f3c338..bf92e99a8 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 @@ -34,7 +34,7 @@ typedef enum SnapshotState { } SnapshotState; struct Snapshot { - Meta meta; + Unit meta; SnapshotState state, deserialized_state;