| 11 | static void timer_fn(int event_type, ACL_EVENT *event, void *context); |
| 12 | |
| 13 | static void close_stream(PROBE_SERVER *server) |
| 14 | { |
| 15 | if (server->stream != NULL) { |
| 16 | ACL_ASTREAM *stream = server->stream; |
| 17 | server->stream = NULL; |
| 18 | acl_aio_iocp_close(stream); |
| 19 | } |
| 20 | } |
| 21 | |
| 22 | static void timer_retry(PROBE_SERVER *server) |
| 23 | { |
no test coverage detected
searching dependent graphs…