summaryrefslogtreecommitdiffstats
path: root/src/bp_sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bp_sim.h')
-rwxr-xr-xsrc/bp_sim.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/bp_sim.h b/src/bp_sim.h
index 371015d4..1ec036c0 100755
--- a/src/bp_sim.h
+++ b/src/bp_sim.h
@@ -63,12 +63,6 @@ limitations under the License.
#undef NAT_TRACE_
-static inline double
-usec_to_sec(double usec) {
- return (usec / (1000 * 1000));
-}
-
-
#define FORCE_NO_INLINE __attribute__ ((noinline))
/* IP address, last 32-bits of IPv6 remaps IPv4 */
@@ -2033,6 +2027,7 @@ public:
CFlowGenListPerThread * m_parent;
CPreviewMode m_preview_mode;
uint64_t m_cnt;
+ uint64_t m_non_active;
uint64_t m_limit;
CTimeHistogram m_realtime_his;
};