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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sim/trex_sim.h b/src/sim/trex_sim.h
index 0c343261..f52ad9b4 100644
--- a/src/sim/trex_sim.h
+++ b/src/sim/trex_sim.h
@@ -143,6 +143,7 @@ private:
void prepare_control_plane();
void prepare_dataplane();
void execute_json(const std::string &json_filename);
+ void find_active_dp_cores();
void run_dp(const std::string &out_filename);
@@ -179,6 +180,8 @@ private:
int m_dp_core_index;
uint64_t m_limit;
bool m_is_dry_run;
+
+ std::vector<uint8_t> m_active_dp_cores;
};
#endif /* __TREX_SIM_H__ */