aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/sync.cxx')
-rw-r--r--bdep/sync.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/bdep/sync.cxx b/bdep/sync.cxx
index 77135fd..295b46f 100644
--- a/bdep/sync.cxx
+++ b/bdep/sync.cxx
@@ -2385,7 +2385,9 @@ namespace bdep
cmd_sync_deinit (const common_options& co,
const dir_path& prj,
const shared_ptr<configuration>& cfg,
- const strings& pkgs)
+ const strings& pkgs,
+ transaction* origin_tr,
+ vector<pair<dir_path, string>>* created_cfgs)
{
sync_configs ocfgs {cfg};
linked_configs lcfgs (find_config_cluster (co, cfg->path));
@@ -2407,7 +2409,9 @@ namespace bdep
pkgs,
sys_options (),
false /* create_host_config */,
- false /* create_build2_config */);
+ false /* create_build2_config */,
+ origin_tr,
+ created_cfgs);
}
int