diff options
Diffstat (limited to 'include/uv.h')
-rw-r--r-- | include/uv.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uv.h b/include/uv.h index 7524ff95..77503bde 100644 --- a/include/uv.h +++ b/include/uv.h @@ -528,6 +528,10 @@ UV_EXTERN int uv_write2(uv_write_t* req, UV_EXTERN int uv_try_write(uv_stream_t* handle, const uv_buf_t bufs[], unsigned int nbufs); +UV_EXTERN int uv_try_write2(uv_stream_t* handle, + const uv_buf_t bufs[], + unsigned int nbufs, + uv_stream_t* send_handle); /* uv_write_t is a subclass of uv_req_t. */ struct uv_write_s { |