diff options
| author | gdamore <gdamore@users.noreply.github.com> | 2025-01-05 01:01:58 +0000 |
|---|---|---|
| committer | gdamore <gdamore@users.noreply.github.com> | 2025-01-05 01:01:58 +0000 |
| commit | 5caf315bf0edf8005defa97534bdd89afc448e9f (patch) | |
| tree | db0852b43a54a7ef4f1b9a451879034d5fd565b8 /ref/print.html | |
| parent | 966021ce8d95b83355f38db00bf8c5201c901447 (diff) | |
| download | nng-5caf315bf0edf8005defa97534bdd89afc448e9f.tar.gz nng-5caf315bf0edf8005defa97534bdd89afc448e9f.tar.bz2 nng-5caf315bf0edf8005defa97534bdd89afc448e9f.zip | |
deploy: a40b421d39a64c285a4ac23304538690aaa90739
Diffstat (limited to 'ref/print.html')
| -rw-r--r-- | ref/print.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ref/print.html b/ref/print.html index 52fb65ce..1c2806df 100644 --- a/ref/print.html +++ b/ref/print.html @@ -4226,10 +4226,7 @@ This feature is also exposed for application use, as a “supplemental” featur <p>When using these functions, it is necessary to add the <code>#include <nng/supplemental/util/idhash.h></code> include file to list of includes.</p> <h2 id="id-map-structure"><a class="header" href="#id-map-structure">ID Map Structure</a></h2> -<pre><code class="language-c">#include <nng/nng.h> -#include <nng/supplemental/util/idhash.h> - -typedef struct nng_id_map_s nng_id_map; +<pre><code class="language-c">typedef struct nng_id_map_s nng_id_map; </code></pre> <p>The ID map structure, <a name="a001"></a><code>nng_id_map</code> provides a table of identifiers mapping to user-supplied pointers (which must not be <code>NULL</code>). The identifiers can be @@ -6776,6 +6773,8 @@ Simply remove any references to them.</p> <li><code>nng/protocol/survey0/respond.h</code></li> <li><code>nng/protocol/survey0/survey.h</code></li> <li><code>nng/supplemental/tls/tls.h</code></li> +<li><code>nng/supplemental/util/idhash.h</code></li> +<li><code>nng/supplemental/util/platform.h</code></li> <li><code>nng/transport/inproc/inproc.h</code></li> <li><code>nng/transport/ipc/ipc.h</code></li> <li><code>nng/transport/tcp/tcp.h</code></li> |
