summaryrefslogtreecommitdiff
path: root/SA_PlanCommands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'SA_PlanCommands.cpp')
-rw-r--r--SA_PlanCommands.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/SA_PlanCommands.cpp b/SA_PlanCommands.cpp
index 41b3bbcb267..5330e4ba280 100644
--- a/SA_PlanCommands.cpp
+++ b/SA_PlanCommands.cpp
@@ -385,6 +385,10 @@ void SA_AssocTaskImplCmd::set_satisfied_insts(TaskInstSet set){
this->satisfied_insts = set;
}
+void SA_AssocTaskImplCmd::set_added_links(CLSet set){
+ this->added_links = set;
+}
+
// Constructor.
SA_AddOpenCondsCmd::SA_AddOpenCondsCmd (SA_PlanStrategy *plan_strat)