From 45f3f141850a0ac07c31906748752571652683df Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 16 Apr 2018 11:40:28 -0700 Subject: fixes #344 nn_poll() legacy API missing This includes the test from legacy libnanomsg and a man page. We have refactored the message queue notification system so that it uses nni_pollable, leading we hope to a more consistent system, and reducing the code size and complexity. We also fixed the size of the NN_RCVFD and NN_SNDFD so that they are a SOCKET on Windows systems, rather than an integer. This addresses 64-bit compilation problems. --- docs/man/nng_compat.3compat.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/man/nng_compat.3compat.adoc') diff --git a/docs/man/nng_compat.3compat.adoc b/docs/man/nng_compat.3compat.adoc index 5493e41f..9029fb05 100644 --- a/docs/man/nng_compat.3compat.adoc +++ b/docs/man/nng_compat.3compat.adoc @@ -63,7 +63,7 @@ ifndef::backend-pdf[] `<>`:: receive data `<>`:: shut down endpoint `<>`:: close socket -//`nn_poll()`:: poll sockets +`<>`:: poll sockets `<>`:: create forwarding device `<>`:: receive message `<>`:: send message @@ -89,7 +89,7 @@ ifdef::backend-pdf[] |`<>`|receive data |`<>`|shut down endpoint |`<>`|close socket -//|`nn_poll()`|poll sockets +|`<>`|poll sockets |`<>`|create forwarding device |`<>`|receive message |`<>`|send message -- cgit v1.2.3-70-g09d2