From 620ed5ca81f83c4676e34438267642b98e27983e Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 9 Nov 2024 13:27:35 -0800 Subject: fixes #1907 Document the nng_socket_get_send_poll_fd and recv_poll_fd --- docs/ref/migrate/nng1.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/ref/migrate') diff --git a/docs/ref/migrate/nng1.md b/docs/ref/migrate/nng1.md index c5808f1b..d98b79f0 100644 --- a/docs/ref/migrate/nng1.md +++ b/docs/ref/migrate/nng1.md @@ -115,6 +115,9 @@ matching the actual wire protocol values, instead of `int`. The `NNG_OPT_RAW` option has aso been replaced by a function, [`nng_socket_raw`]. +The `NNG_OPT_SENDFD` and `NNG_OPT_RECVFD` options have been replaced by +[`nng_socket_get_send_poll_fd`] and [`nng_socket_get_recv_poll_fd`] respectively. + ## Subscriptions The `NNG_OPT_SUB_SUBSCRIBE` and `NNG_OPT_SUB_UNSUBCRIBE` options have been replaced by -- cgit v1.2.3-70-g09d2