chiark / gitweb /
Do no isolate in case of emergency or severe problems
[elogind.git] / src / journal / journal-internal.h
index 97de0e75ffba2356f8d5cfe339fd8cb8aa9239b5..bc9e44d42d335819299ab108b254a431f0675794 100644 (file)
@@ -30,6 +30,7 @@
 #include "journal-def.h"
 #include "list.h"
 #include "hashmap.h"
+#include "set.h"
 #include "journal-file.h"
 
 typedef struct Match Match;
@@ -123,6 +124,8 @@ struct sd_journal {
         bool on_network;
 
         size_t data_threshold;
+
+        Set *errors;
 };
 
 char *journal_make_match_string(sd_journal *j);