diff options
Diffstat (limited to 'shaping/test/stub.cpp')
| -rw-r--r-- | shaping/test/stub.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shaping/test/stub.cpp b/shaping/test/stub.cpp index b2d8cc9..bd3c796 100644 --- a/shaping/test/stub.cpp +++ b/shaping/test/stub.cpp @@ -562,6 +562,11 @@ int marsio_send_burst(struct mr_sendpath * sendpath, queue_id_t qid, marsio_buff } +void marsio_buff_set_ctrlbuf(marsio_buff_t * m) +{ + return; +} + void marsio_buff_free(struct mr_instance * instance, marsio_buff_t * marsio_buff[], unsigned int nr_mbufs, int socket_id, int thread_id) { assert(nr_mbufs == 1); |
