chiark / gitweb /
pahole: rearrange structs to make them smaller
[elogind.git] / src / swap.h
index d3f24d5cbac50b9899a1de74b02c46b8ad85a916..154d418d59505b9b49c52b6298a99e8d83ffcc16 100644 (file)
@@ -51,11 +51,11 @@ struct Swap {
 
         char *what;
 
+        SwapState state, deserialized_state;
+
         bool from_etc_fstab:1;
         bool from_proc_swaps:1;
         bool from_fragment:1;
-
-        SwapState state, deserialized_state;
 };
 
 extern const UnitVTable swap_vtable;