diff options
Diffstat (limited to 'src/core/swap.h')
-rw-r--r-- | src/core/swap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/swap.h b/src/core/swap.h index 3482d651ec..053c8492b2 100644 --- a/src/core/swap.h +++ b/src/core/swap.h @@ -63,7 +63,7 @@ typedef enum SwapResult { typedef struct SwapParameters { char *what; - char *discard; + char *options; int priority; bool noauto:1; bool nofail:1; |