aboutsummaryrefslogtreecommitdiff
path: root/docs/man/libnng.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-03-09 18:42:28 -0800
committerGarrett D'Amore <garrett@damore.org>2018-03-09 18:42:28 -0800
commit2c9d65e0b170f474d241a20a68579f6d31dc8408 (patch)
treeb65f6dd5cf3399a9cb7835988dc6bebccff071c6 /docs/man/libnng.adoc
parentbeb47e74576091d51ad7dd1032e1628fecff416b (diff)
downloadnng-2c9d65e0b170f474d241a20a68579f6d31dc8408.tar.gz
nng-2c9d65e0b170f474d241a20a68579f6d31dc8408.tar.bz2
nng-2c9d65e0b170f474d241a20a68579f6d31dc8408.zip
Add nng_msg_get_pipe, nng_msg_set_pipe, and nng_pipe_getopt docs.
Diffstat (limited to 'docs/man/libnng.adoc')
-rw-r--r--docs/man/libnng.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/man/libnng.adoc b/docs/man/libnng.adoc
index fdade0a4..8c18c8ff 100644
--- a/docs/man/libnng.adoc
+++ b/docs/man/libnng.adoc
@@ -67,6 +67,7 @@ Listeners accept incoming connection requets, and dialers make them.
|<<nng_listener_getopt#,nng_listener_getopt(3)>>|get listener option
|<<nng_listener_setopt#,nng_listener_setopt(3)>>|set listener option
|<<nng_listener_start#,nng_listener_start(3)>>|start listener
+|<<nng_pipe_getopt#,nng_pipe_getopt(3)>>|get pipe option
|===
=== Message Handling Functions
@@ -87,9 +88,11 @@ Most applications will only interact with the body.
|<<nng_msg_clear#,nng_msg_clear(3)>>|clear message body
|<<nng_msg_dup#,nng_msg_dup(3)>>|duplicate a message
|<<nng_msg_free#,nng_msg_free(3)>>|free a message
+|<<nng_msg_get_pipe#,nng_msg_get_pipe(3)>>|get pipe for message
|<<nng_msg_insert#,nng_msg_insert(3)>>|prepend to message body
|<<nng_msg_len#,nng_msg_len(3)>>|return the message body length
|<<nng_msg_realloc#,nng_msg_realloc(3)>>|reallocate a message
+|<<nng_msg_set_pipe#,nng_msg_set_pipe(3)>>|set pipe for message
|<<nng_msg_trim#,nng_msg_trim(3)>>|remove data from start of message body
|<<nng_recvmsg#,nng_recvmsg(3)>>|receive a message
|<<nng_sendmsg#,nng_sendmsg(3)>>|send a message