diff options
| author | Lu Qiuwen <[email protected]> | 2023-06-10 18:04:27 +0800 |
|---|---|---|
| committer | Lu Qiuwen <[email protected]> | 2023-06-10 18:04:27 +0800 |
| commit | 12d533961140ce8dabf791393c6915f24dd9597b (patch) | |
| tree | ea209ee4ba599fc0a7272d58fe56da03e40b2dc6 /include/external | |
| parent | 6508dfaec46e3c838a5331489d8f366c948b4488 (diff) | |
内、外层二(四)元组分流模块适配新的分流模块并调整对应的测试用例。
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 1310fb0..d6c1023 100644 --- a/include/external/marsio.h +++ b/include/external/marsio.h @@ -263,6 +263,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_do_rehash(struct mr_instance * mr_instance, marsio_buff_t * m); + int marsio_buff_is_ctrlbuf(marsio_buff_t * m); void marsio_buff_set_ctrlbuf(marsio_buff_t * m); |
