aboutsummaryrefslogtreecommitdiffstats
path: root/examples/l4fwd/netbe.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/l4fwd/netbe.h')
-rw-r--r--examples/l4fwd/netbe.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/l4fwd/netbe.h b/examples/l4fwd/netbe.h
index 134ce3d..ebb1345 100644
--- a/examples/l4fwd/netbe.h
+++ b/examples/l4fwd/netbe.h
@@ -251,6 +251,13 @@ struct lcore_prm {
struct netfe_lcore_prm fe;
};
+struct tx_content {
+ size_t sz;
+ uint8_t *data;
+};
+
+extern struct tx_content tx_content;
+
/*
* debug/trace macros.
*/