Files

5 lines
100 B
C
Raw Permalink Normal View History

2025-02-14 17:18:13 +08:00
#include <uv.h>
int uv_tcp_get_io_watcher_fd (uv_tcp_t* handle) {
return handle->io_watcher.fd;
}