23 #ifndef BM_BM_SIM_PIPELINE_H_
24 #define BM_BM_SIM_PIPELINE_H_
28 #include "control_flow.h"
38 Pipeline(
const std::string &name, p4object_id_t
id,
39 ControlFlowNode *first_node)
59 ControlFlowNode *first_node;
64 #endif // BM_BM_SIM_PIPELINE_H_