X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fswap.h;h=3c53536a830690061f98c64615de746ec7958c5f;hb=be11c12e49d39a0f1f0f83a67a212c3ff0e98b3d;hp=d3f24d5cbac50b9899a1de74b02c46b8ad85a916;hpb=18c78fb1af5415bb6f87d9c7cae1f9c60e14ae24;p=elogind.git diff --git a/src/swap.h b/src/swap.h index d3f24d5cb..3c53536a8 100644 --- a/src/swap.h +++ b/src/swap.h @@ -1,4 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ #ifndef fooswaphfoo #define fooswaphfoo @@ -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;