summaryrefslogtreecommitdiffstats
path: root/src/bp_sim.h
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-11-22 13:02:08 +0200
committerHanoh Haim <hhaim@cisco.com>2015-11-22 13:02:08 +0200
commit3408c03067a85789b2128352fdc2343ab707ae32 (patch)
tree1d9d1f116ce698240c4e77d2a4ea898b4c568953 /src/bp_sim.h
parent36dc8ea51adffce882e542123111baad7a1a7ea7 (diff)
fix stop on duration per port
Diffstat (limited to 'src/bp_sim.h')
-rwxr-xr-xsrc/bp_sim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bp_sim.h b/src/bp_sim.h
index fcca2428..0da7fb99 100755
--- a/src/bp_sim.h
+++ b/src/bp_sim.h
@@ -3541,6 +3541,7 @@ public:
CNodeGenerator m_node_gen;
public:
uint32_t m_cur_template;
+ uint32_t m_non_active_nodes; /* the number of non active nodes -> nodes that try to stop somthing */
uint64_t m_cur_flow_id;
double m_cur_time_sec;
double m_stop_time_sec;