diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-04-16 11:40:28 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-04-16 20:56:32 -0700 |
| commit | 45f3f141850a0ac07c31906748752571652683df (patch) | |
| tree | 0e14b8e5a72972e370f60ea5fd230a790195cd28 /docs/man/nng_compat.3compat.adoc | |
| parent | e3b8f31b044e4fe7d47439467fc1622266b5335c (diff) | |
| download | nng-45f3f141850a0ac07c31906748752571652683df.tar.gz nng-45f3f141850a0ac07c31906748752571652683df.tar.bz2 nng-45f3f141850a0ac07c31906748752571652683df.zip | |
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.
Diffstat (limited to 'docs/man/nng_compat.3compat.adoc')
| -rw-r--r-- | docs/man/nng_compat.3compat.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
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[] `<<nn_recv.3compat#,nn_recv()>>`:: receive data `<<nn_shutdown.3compat#,nn_shutdown()>>`:: shut down endpoint `<<nn_close.3compat#,nn_close()>>`:: close socket -//`nn_poll()`:: poll sockets +`<<nn_poll.3compat#,nn_poll()>>`:: poll sockets `<<nn_device.3compat#,nn_device()>>`:: create forwarding device `<<nn_recvmsg.3compat#,nn_recvmsg()>>`:: receive message `<<nn_sendmsg.3compat#,nn_sendmsg()>>`:: send message @@ -89,7 +89,7 @@ ifdef::backend-pdf[] |`<<nn_recv.3compat#,nn_recv()>>`|receive data |`<<nn_shutdown.3compat#,nn_shutdown()>>`|shut down endpoint |`<<nn_close.3compat#,nn_close()>>`|close socket -//|`nn_poll()`|poll sockets +|`<<nn_poll.3compat#,nn_poll()>>`|poll sockets |`<<nn_device.3compat#,nn_device()>>`|create forwarding device |`<<nn_recvmsg.3compat#,nn_recvmsg()>>`|receive message |`<<nn_sendmsg.3compat#,nn_sendmsg()>>`|send message |
