From 295311dca17f9afbee4c9ed56942ab04f8231c6c Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sat, 25 Nov 2017 23:03:15 +0100 Subject: [PATCH] doc: document uv_pipe_t::ipc Fixes: https://github.com/libuv/libuv/issues/1607 PR-URL: https://github.com/libuv/libuv/pull/1653 Reviewed-By: Colin Ihrig --- docs/src/pipe.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/pipe.rst b/docs/src/pipe.rst index bdaeeba9..376d6117 100644 --- a/docs/src/pipe.rst +++ b/docs/src/pipe.rst @@ -21,7 +21,9 @@ Data types Public members ^^^^^^^^^^^^^^ -N/A +.. c:member:: int uv_pipe_t.ipc + + Whether this pipe is suitable for handle passing between processes. .. seealso:: The :c:type:`uv_stream_t` members also apply.