chiark / gitweb /
journald: allow restarting journald without losing stream connections
[elogind.git] / src / journal / journal-file.h
index 01bb4e038a7f4ab7a8102a76457acae5acf6ba08..b3a0679b9e25b5e859481d7a7022817f2f336bce 100644 (file)
@@ -27,7 +27,7 @@
 #include <gcrypt.h>
 #endif
 
-#include "systemd/sd-id128.h"
+#include "sd-id128.h"
 
 #include "sparse-endian.h"
 #include "journal-def.h"
@@ -82,6 +82,7 @@ typedef struct JournalFile {
 
         char *path;
         struct stat last_stat;
+        usec_t last_stat_usec;
 
         Header *header;
         HashItem *data_hash_table;