chiark / gitweb /
log: make internal log api log directly to the journal
[elogind.git] / src / journal / journal-file.h
index 51d7119d09fc534256d8a00372fa1dd71baed0cd..4ef4a14479e88ee023f1c46f5c0fdd766d55c413 100644 (file)
 
 #include <inttypes.h>
 
+#include <systemd/sd-id128.h>
+
 #include "journal-def.h"
 #include "util.h"
-#include "sd-id128.h"
 
 typedef struct Window {
         void *ptr;
@@ -76,7 +77,7 @@ typedef struct JournalFile {
 
 #ifdef HAVE_XZ
         void *compress_buffer;
-        size_t compress_buffer_size;
+        uint64_t compress_buffer_size;
 #endif
 } JournalFile;