summaryrefslogtreecommitdiffstats
path: root/src/bp_sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bp_sim.h')
-rwxr-xr-xsrc/bp_sim.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bp_sim.h b/src/bp_sim.h
index 8f003eee..037cc8fb 100755
--- a/src/bp_sim.h
+++ b/src/bp_sim.h
@@ -1887,6 +1887,9 @@ public:
virtual pkt_dir_t port_id_to_dir(uint8_t port_id);
+private:
+ int send_sl_node(CGenNodeStateless * node_sl);
+ int send_pcap_node(CGenNodePCAP * pcap_node);
};