diff options
author | Ed Schouten <ed@nuxi.nl> | 2017-11-25 23:03:15 +0100 |
---|---|---|
committer | cjihrig <cjihrig@gmail.com> | 2018-06-19 22:53:10 -0400 |
commit | 295311dca17f9afbee4c9ed56942ab04f8231c6c (patch) | |
tree | d79fc0aaea8dce33044df25aeef14868eb97a9e5 /docs/src | |
parent | ec69500bdd1be1e2abda7727b8560ea03739230a (diff) | |
download | libuv-295311dca17f9afbee4c9ed56942ab04f8231c6c.tar.gz libuv-295311dca17f9afbee4c9ed56942ab04f8231c6c.zip |
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 <cjihrig@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pipe.rst | 4 |
1 files changed, 3 insertions, 1 deletions
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. |