diff options
Diffstat (limited to 'src/core/execute.h')
-rw-r--r-- | src/core/execute.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/execute.h b/src/core/execute.h index e46f31037e..1c8378c8b0 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -310,6 +310,7 @@ struct ExecContext { ProcSubset proc_subset; /* subset= */ int private_mounts; + int memory_ksm; bool private_tmp; bool private_network; bool private_devices; |