/src/unix/uv-eio.h
http://github.com/joyent/libuv · C Header · 13 lines · 5 code · 2 blank · 6 comment · 0 complexity · b6e9262273bf3e15c44f52925b0c1279 MD5 · raw file
- /* This header is private to libuv */
- #ifndef UV_EIO_H_
- #define UV_EIO_H_
- #include "eio.h"
- /*
- * Call this function to integrate libeio into the libuv event loop. It is
- * safe to call more than once.
- * TODO: uv_eio_deinit
- */
- void uv_eio_init(uv_loop_t*);
- #endif