diff options
Diffstat (limited to 'libbuild2/context.cxx')
-rw-r--r-- | libbuild2/context.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/context.cxx b/libbuild2/context.cxx index cc0eb0b..23942a8 100644 --- a/libbuild2/context.cxx +++ b/libbuild2/context.cxx @@ -56,12 +56,14 @@ namespace build2 context:: context (scheduler& s, + global_mutex_shards& ms, bool dr, bool kg, const strings& cmd_vars, optional<context*> mc) : data_ (new data (*this)), sched (s), + mutex_shards (ms), dry_run_option (dr), keep_going (kg), phase_mutex (*this), |