summaryrefslogtreecommitdiffstats
path: root/src/bp_sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bp_sim.h')
-rwxr-xr-xsrc/bp_sim.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bp_sim.h b/src/bp_sim.h
index 217446ed..a5153792 100755
--- a/src/bp_sim.h
+++ b/src/bp_sim.h
@@ -4000,7 +4000,7 @@ private:
void terminate_nat_flows(CGenNode *node);
- void init_from_global(CIpPortion &);
+ void init_from_global();
void defer_client_port_free(CGenNode *p);
void defer_client_port_free(bool is_tcp,uint32_t c_ip,uint16_t port,
uint8_t pool_idx, CTupleGeneratorSmart*gen);
@@ -4142,6 +4142,8 @@ public:
public:
/* update ipg in a way for */
int update_active_flows(uint32_t active_flows);
+ double get_worse_case_active_flows();
+
double get_total_kcps();
double get_total_pps();
double get_total_tx_bps();