diff options
| author | 陆秋文 <[email protected]> | 2024-04-01 07:59:57 +0000 |
|---|---|---|
| committer | 宋延超 <[email protected]> | 2024-04-01 07:59:57 +0000 |
| commit | 3a51336967fd8027e9ae4000bd81ce2443e9ba87 (patch) | |
| tree | ab32109085ee4ad68597f9f0ebb7bf7074c385da /include/external | |
| parent | fdb63a8888c061cf6fd9887d715c487938b92703 (diff) | |
Feature retrieve object of backpressure
Diffstat (limited to 'include/external')
| -rw-r--r-- | include/external/marsio.h | 2 |
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); |
