summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author陆秋文 <[email protected]>2024-04-01 07:59:57 +0000
committer宋延超 <[email protected]>2024-04-01 07:59:57 +0000
commit3a51336967fd8027e9ae4000bd81ce2443e9ba87 (patch)
treeab32109085ee4ad68597f9f0ebb7bf7074c385da /include
parentfdb63a8888c061cf6fd9887d715c487938b92703 (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 ba3af46..a928f00 100644
--- a/include/external/marsio.h
+++ b/include/external/marsio.h
@@ -267,6 +267,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);