From 159dc95695515db767e208c41d5f44b334b71adc Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 2 May 2018 16:01:22 -0700 Subject: 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.) --- docs/man/libnng.3.adoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/man/libnng.3.adoc') 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. |<>|set listener option |<>|start listener |<>|close pipe +|<>|return dialer that created pipe |<>|get pipe option |<>|get numeric pipe identifier +|<>|return listener that created pipe +|<>|register pipe notification callback +|<>|return owning socket for pipe |=== === Message Handling Functions -- cgit v1.2.3-70-g09d2