| 112 | }; |
| 113 | |
| 114 | static void usage(const char* procname) |
| 115 | { |
| 116 | printf("usage: %s -h[help]\r\n" |
| 117 | " -s listen_addr\r\n" |
| 118 | " -k[use kernel event: epoll/iocp/kqueue/devpool]\n", |
| 119 | procname); |
| 120 | } |
| 121 | |
| 122 | int main(int argc, char* argv[]) |
| 123 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…