summaryrefslogtreecommitdiff
path: root/app/src/marsio.c
diff options
context:
space:
mode:
authorluqiuwen <[email protected]>2018-12-16 19:19:32 +0600
committerluqiuwen <[email protected]>2018-12-28 16:47:17 +0600
commitda1896a51dbe3768835c75f18db1db1876f6ad42 (patch)
treee6c7e2bf50c6927b78fbe646f0d85f65c3bb3129 /app/src/marsio.c
parent520f9ed51651ad822239add9beda3b97f1caf942 (diff)
#3 实现按链路号报文构建功能,并增加注入测试工具
Diffstat (limited to 'app/src/marsio.c')
-rw-r--r--app/src/marsio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/marsio.c b/app/src/marsio.c
index da69baa..04cf39b 100644
--- a/app/src/marsio.c
+++ b/app/src/marsio.c
@@ -752,7 +752,7 @@ static int __app_register_response_handler(struct ctrlmsg_handler * ct_hand,
return 0;
}
-struct mr_vdev * marsio_open_device(struct mr_instance * instance,
+struct mr_vdev * marsio_open_device(struct mr_instance * instance,
const char * devsym, unsigned int nr_rxstream, unsigned int nr_txstream)
{
/* 构造虚设备打开请求 */