diff options
Diffstat (limited to 'app/include')
| -rw-r--r-- | app/include/tap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/include/tap.h b/app/include/tap.h index 249304a..56a9f77 100644 --- a/app/include/tap.h +++ b/app/include/tap.h @@ -3,4 +3,4 @@ #include <mrapp.h> int tap_representor_init(struct mr_instance * mr_instance, struct mr_vdev * vdev); -int tap_representor_entry(struct mr_vdev * vdev, unsigned int qid, marsio_buff_t * buffs[], unsigned int nr_buffs);
\ No newline at end of file +int tap_representor_entry(struct mr_vdev * vdev, unsigned int qid, struct rte_mbuf * buffs[], unsigned int nr_buffs); |
