diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-11 22:37:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-11 22:37:10 +0200 |
commit | 7fab9d01b5940a67ca070754361afb9dfaa520f2 (patch) | |
tree | 4c1c02f2a01fb255848846edb66c48dc5caf6ba1 /src/swap.h | |
parent | e364ad0628b5930a671ae5be863b960f4bd748a8 (diff) |
pahole: rearrange structs to make them smaller
Diffstat (limited to 'src/swap.h')
-rw-r--r-- | src/swap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/swap.h b/src/swap.h index d3f24d5cba..154d418d59 100644 --- a/src/swap.h +++ b/src/swap.h @@ -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; |