diff options
| author | Qiuwen Lu <[email protected]> | 2017-05-01 13:36:14 +0800 |
|---|---|---|
| committer | Qiuwen Lu <[email protected]> | 2017-05-01 13:36:14 +0800 |
| commit | df47aa90a826c90528501bb247d305069caeb873 (patch) | |
| tree | 147701cd2dea53c12e2c3cb4e2079566fd2ec4b5 /pag | |
| parent | 7983e813f1d4ba246e4dccb25835a52fbd098224 (diff) | |
配合Janus测试,增加普通路由接口,全量收报接口,修正ARP中过滤非广播的请求报文等问题。
Diffstat (limited to 'pag')
| -rw-r--r-- | pag/libpag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pag/libpag.c b/pag/libpag.c index 6b2d606..f0b0756 100644 --- a/pag/libpag.c +++ b/pag/libpag.c @@ -293,7 +293,7 @@ int pag_open() static void inline __free_frames(struct pag_thread_instance * tinstance) { - marsio_buff_free(NULL, tinstance->rxmbuf, tinstance->rxmbuf_used); + marsio_buff_free(NULL, tinstance->rxmbuf, tinstance->rxmbuf_used, SOCKET_ID_ANY, LCORE_ID_ANY); return; } |
