diff options
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; |