summaryrefslogtreecommitdiff
path: root/SA_POP/SANet/SANet.h
diff options
context:
space:
mode:
Diffstat (limited to 'SA_POP/SANet/SANet.h')
-rw-r--r--SA_POP/SANet/SANet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/SA_POP/SANet/SANet.h b/SA_POP/SANet/SANet.h
index a0b726119a6..9373ad5be80 100644
--- a/SA_POP/SANet/SANet.h
+++ b/SA_POP/SANet/SANet.h
@@ -390,6 +390,8 @@ namespace SANet {
*/
virtual TimeValue get_duration (TaskID task_id);
+ void reset_step();
+
protected:
/// Map from ID to node pointer for all task nodes in network.
TaskNodeMap task_nodes_;