chiark / gitweb /
journal: implicitly add code location to all messages logged with the native interface
[elogind.git] / src / snapshot.h
index 9a305204b975465b15d87712607364c3fa224947..bf92e99a8b4af263d11fed33e7310aeecd8a5285 100644 (file)
@@ -34,7 +34,7 @@ typedef enum SnapshotState {
 } SnapshotState;
 
 struct Snapshot {
-        Meta meta;
+        Unit meta;
 
         SnapshotState state, deserialized_state;