chiark / gitweb /
importd: create a loopback btrfs file system for /var/lib/machines, if necessary
[elogind.git] / src / core / swap.h
index 053c8492b241e6d470181ab96c1f70ef5d92eae1..c36c6f2ce9190a80dba838adf2064ffc2f61edd4 100644 (file)
@@ -26,7 +26,6 @@
 
 typedef struct Swap Swap;
 
-#include "unit.h"
 
 typedef enum SwapState {
         SWAP_DEAD,
@@ -65,8 +64,6 @@ typedef struct SwapParameters {
         char *what;
         char *options;
         int priority;
-        bool noauto:1;
-        bool nofail:1;
 } SwapParameters;
 
 struct Swap {