summaryrefslogtreecommitdiffstats
path: root/src/bp_sim.h
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-08-01 16:20:03 +0300
committerimarom <imarom@cisco.com>2016-08-01 16:20:03 +0300
commit5add0c5625a0e46e1451806ca54070b5bcec7ccb (patch)
treea34fad49d774d0aec1bdbbe6088f34f84f22c06b /src/bp_sim.h
parentc3a0d7587699ff2a116fb6b5e2800c63e70306a0 (diff)
sync: unsafe to touch the node pointer, use a timestamp instead
Diffstat (limited to 'src/bp_sim.h')
-rwxr-xr-xsrc/bp_sim.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bp_sim.h b/src/bp_sim.h
index 7f9fee81..5516dc94 100755
--- a/src/bp_sim.h
+++ b/src/bp_sim.h
@@ -2194,7 +2194,8 @@ public:
uint64_t m_non_active;
uint64_t m_limit;
CTimeHistogram m_realtime_his;
- const CGenNode *m_flow_sync_node;
+
+ dsec_t m_last_sync_time_sec;
};