summaryrefslogtreecommitdiffstats
path: root/src/sim/trex_sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/trex_sim.h')
-rw-r--r--src/sim/trex_sim.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/sim/trex_sim.h b/src/sim/trex_sim.h
index a0f44cdb..f11f01c4 100644
--- a/src/sim/trex_sim.h
+++ b/src/sim/trex_sim.h
@@ -129,7 +129,11 @@ private:
void execute_json(const std::string &json_filename);
void run_dp(const std::string &out_filename);
- uint64_t run_dp_core(int core_index, const std::string &out_filename);
+
+ void run_dp_core(int core_index,
+ const std::string &out_filename,
+ uint64_t &simulated_pkts,
+ uint64_t &written_pkts);
void flush_dp_to_cp_messages_core(int core_index);