chiark / gitweb /
config_parse_set_status: put signals in the correct set
[elogind.git] / src / core / swap.h
index f2ae49b1dec7c3b40ab55c9f0890686dfd426de7..73e64d87a44ced16565fdd5dea48cb2b8df643df 100644 (file)
@@ -63,9 +63,8 @@ typedef enum SwapResult {
 
 typedef struct SwapParameters {
         char *what;
+        char *options;
         int priority;
-        bool noauto:1;
-        bool nofail:1;
 } SwapParameters;
 
 struct Swap {