aboutsummaryrefslogtreecommitdiff
path: root/nsjail.h
diff options
context:
space:
mode:
Diffstat (limited to 'nsjail.h')
-rw-r--r--nsjail.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nsjail.h b/nsjail.h
index fc8bf70..9203143 100644
--- a/nsjail.h
+++ b/nsjail.h
@@ -145,9 +145,12 @@ struct nsjconf_t {
std::string iface_vs_gw;
std::string iface_vs_ma;
std::string iface_vs_mo;
+ bool disable_tsc;
std::string cgroup_mem_mount;
std::string cgroup_mem_parent;
size_t cgroup_mem_max;
+ size_t cgroup_mem_memsw_max;
+ ssize_t cgroup_mem_swap_max;
std::string cgroup_pids_mount;
std::string cgroup_pids_parent;
unsigned int cgroup_pids_max;