实现从KNI中接收上行、下行连接FD的功能。

This commit is contained in:
Lu Qiuwen
2018-08-22 19:30:06 +08:00
committed by Lu
parent 43aa9529a4
commit 7cccc70b53
6 changed files with 309 additions and 15 deletions

View File

@@ -1,2 +1,2 @@
void* io_kni_init(const char* unix_domain_path, struct event_base * attach);
void* kni_init(const char *unix_domain_path, struct event_base *attach);