chiark / gitweb /
add sparse support to detect endianness bug
[elogind.git] / src / journal / journal-internal.h
index e5914bfb6399c1a090efb923d4a22601fc8b4af8..17f1d317c71b13ff6cbcdf0a658556045859aa88 100644 (file)
@@ -35,7 +35,7 @@ typedef struct Match Match;
 struct Match {
         char *data;
         size_t size;
-        uint64_t le_hash;
+        le64_t le_hash;
 
         LIST_FIELDS(Match, matches);
 };