]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/swap.h
core: swap priority can be negative
[thirdparty/systemd.git] / src / core / swap.h
index 389faf584d425cadc1a48e4695c23b08a5131065..cb24cec7aafce8277562668eb7df627d8bec3aa0 100644 (file)
@@ -33,6 +33,7 @@ typedef struct SwapParameters {
         char *what;
         char *options;
         int priority;
+        bool priority_set;
 } SwapParameters;
 
 struct Swap {