chiark / gitweb /
coredump: make use of the cleanup macros
[elogind.git] / src / journal / journal-internal.h
index 75a4129e5b4aac106be2ae5f2e7a6e962c42ce8a..97de0e75ffba2356f8d5cfe339fd8cb8aa9239b5 100644 (file)
@@ -121,6 +121,8 @@ struct sd_journal {
         uint64_t unique_offset;
 
         bool on_network;
+
+        size_t data_threshold;
 };
 
 char *journal_make_match_string(sd_journal *j);