summaryrefslogtreecommitdiff
path: root/src/journal/journal-def.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-10-07 21:56:11 +0200
committerLennart Poettering <lennart@poettering.net>2011-10-07 22:02:06 +0200
commitdad503169b2665ecfd3f5bfb3c936897e44ecca7 (patch)
treeaf7aea6747cef2c06c85c26943a74f26ff7eaf96 /src/journal/journal-def.h
parent87d2c1ff6a7375f03476767e6f59454bcc5cd04b (diff)
journal: store XOR combination of entry data object hashes to identify hash lines
Diffstat (limited to 'src/journal/journal-def.h')
-rw-r--r--src/journal/journal-def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/journal-def.h b/src/journal/journal-def.h
index 0d865ae2a2..2a519fe0db 100644
--- a/src/journal/journal-def.h
+++ b/src/journal/journal-def.h
@@ -74,6 +74,7 @@ _packed_ struct EntryObject {
uint64_t seqnum;
uint64_t realtime;
uint64_t monotonic;
+ uint64_t xor_hash;
uint64_t prev_entry_offset;
uint64_t next_entry_offset;
EntryItem items[];