chiark / gitweb /
Rearrange Unit to make pahole happy
[elogind.git] / src / core / swap.h
index 3005abb2d25bce64d4b5e7a5978b0cbdf937ed62..3482d651ecfef61314ca5a9fb6daf9fb09f78ad7 100644 (file)
@@ -63,6 +63,7 @@ typedef enum SwapResult {
 
 typedef struct SwapParameters {
         char *what;
+        char *discard;
         int priority;
         bool noauto:1;
         bool nofail:1;
@@ -98,6 +99,8 @@ struct Swap {
         KillContext kill_context;
         CGroupContext cgroup_context;
 
+        ExecRuntime *exec_runtime;
+
         SwapState state, deserialized_state;
 
         ExecCommand* control_command;