fix test, fix core

This commit is contained in:
wangyu-
2018-06-04 02:59:08 -05:00
parent d355031613
commit 8827c8469c
6 changed files with 41 additions and 6 deletions

View File

@@ -277,6 +277,8 @@ int tunnel_client_event_loop()
struct ev_loop * loop= ev_default_loop(0);
assert(loop != NULL);
conn_info.loop=loop;
//ev.events = EPOLLIN;
//ev.data.u64 = local_listen_fd;
//ret = epoll_ctl(epoll_fd, EPOLL_CTL_ADD, local_listen_fd, &ev);