diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-05-02 16:01:22 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-05-03 06:41:19 -0700 |
| commit | 159dc95695515db767e208c41d5f44b334b71adc (patch) | |
| tree | 5390251d939c33b1d274d0767861d2012673e258 /docs/man/libnng.3.adoc | |
| parent | 649e5d5ca9a03cef766e944c7735aab50041c012 (diff) | |
| download | nng-159dc95695515db767e208c41d5f44b334b71adc.tar.gz nng-159dc95695515db767e208c41d5f44b334b71adc.tar.bz2 nng-159dc95695515db767e208c41d5f44b334b71adc.zip | |
fixes #389 Need pipe notification callbacks
This adds a new pipe event notification API (callbacks called
on either pipe add or remove), including both tests and docs.
Also supporting APIs to get the socket or endpoint associated
with a pipe are included (tested and documented as well.)
Diffstat (limited to 'docs/man/libnng.3.adoc')
| -rw-r--r-- | docs/man/libnng.3.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc index 61ceacc7..1164b613 100644 --- a/docs/man/libnng.3.adoc +++ b/docs/man/libnng.3.adoc @@ -73,8 +73,12 @@ Listeners accept incoming connection requets, and dialers make them. |<<nng_listener_setopt.3#,nng_listener_setopt()>>|set listener option |<<nng_listener_start.3#,nng_listener_start()>>|start listener |<<nng_pipe_close.3#,nng_pipe_close()>>|close pipe +|<<nng_pipe_dialer.3#,nng_pipe_dialer()>>|return dialer that created pipe |<<nng_pipe_getopt.3#,nng_pipe_getopt()>>|get pipe option |<<nng_pipe_id.3#,nng_pipe_id()>>|get numeric pipe identifier +|<<nng_pipe_listener.3#,nng_pipe_listener()>>|return listener that created pipe +|<<nng_pipe_notify.3#,nng_pipe_notify())>>|register pipe notification callback +|<<nng_pipe_socket.3#,nng_pipe_socket())>>|return owning socket for pipe |=== === Message Handling Functions |
