summaryrefslogtreecommitdiff
path: root/app/src/mrb.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/mrb.c')
-rw-r--r--app/src/mrb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/mrb.c b/app/src/mrb.c
index a48a794..edf18f1 100644
--- a/app/src/mrb.c
+++ b/app/src/mrb.c
@@ -243,6 +243,6 @@ uint32_t marsio_get_pkt_type(marsio_buff_t *m)
}
void marsio_pktmbuf_dump(FILE *f, const marsio_buff_t *m, unsigned dump_len)
-{
+{
rte_pktmbuf_dump(f, (const struct rte_mbuf *)m, dump_len);
} \ No newline at end of file