summaryrefslogtreecommitdiffstats
path: root/src/bp_sim.h
diff options
context:
space:
mode:
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;
};