summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author陆秋文 <[email protected]>2024-04-01 15:59:57 +0800
committer陆秋文 <[email protected]>2024-04-14 12:38:19 +0000
commit40ac816d10a9335c61090208116342bfa3fefd88 (patch)
tree9d719a0206575b7a5ffdf916a3aad665b0970885 /include
parent7dfa9e3812f312e4b01c6be643313142d1fd53b7 (diff)
Feature retrieve object of backpressure
Diffstat (limited to 'include')
-rw-r--r--include/external/marsio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/external/marsio.h b/include/external/marsio.h
index c993d74..4ed5025 100644
--- a/include/external/marsio.h
+++ b/include/external/marsio.h
@@ -265,6 +265,8 @@ int marsio_buff_malloc_global(struct mr_instance * instance, marsio_buff_t * mar
void marsio_buff_free(struct mr_instance * instance, marsio_buff_t * marsio_buff[], unsigned int nr_mbufs,
int socket_id, int thread_id);
+void marsio_buff_free_v2(struct mr_instance * instance, marsio_buff_t * buff[], unsigned int nr_buffs);
+
void marsio_buff_do_rehash(struct mr_instance * mr_instance, marsio_buff_t * m);
int marsio_buff_is_ctrlbuf(marsio_buff_t * m);