diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-01-04 14:25:44 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-01-04 16:40:37 -0800 |
| commit | a40b421d39a64c285a4ac23304538690aaa90739 (patch) | |
| tree | 8b55dad260cafe6c02938fd1850f0a2e88e776ce /docs | |
| parent | 7cdba9654117b4be1bf43925c10bae1a2a510cfa (diff) | |
| download | nng-a40b421d39a64c285a4ac23304538690aaa90739.tar.gz nng-a40b421d39a64c285a4ac23304538690aaa90739.tar.bz2 nng-a40b421d39a64c285a4ac23304538690aaa90739.zip | |
api: Promote idhash supplemental API to core
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/api/id_map.md | 3 | ||||
| -rw-r--r-- | docs/ref/migrate/nng1.md | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/docs/ref/api/id_map.md b/docs/ref/api/id_map.md index 0e5c1eac..fcbae848 100644 --- a/docs/ref/api/id_map.md +++ b/docs/ref/api/id_map.md @@ -9,9 +9,6 @@ include file to list of includes. ## ID Map Structure ```c -#include <nng/nng.h> -#include <nng/supplemental/util/idhash.h> - typedef struct nng_id_map_s nng_id_map; ``` diff --git a/docs/ref/migrate/nng1.md b/docs/ref/migrate/nng1.md index e6d6d820..cfb40a90 100644 --- a/docs/ref/migrate/nng1.md +++ b/docs/ref/migrate/nng1.md @@ -41,6 +41,7 @@ Simply remove any references to them. - `nng/protocol/survey0/respond.h` - `nng/protocol/survey0/survey.h` - `nng/supplemental/tls/tls.h` +- `nng/supplemental/util/idhash.h` - `nng/supplemental/util/platform.h` - `nng/transport/inproc/inproc.h` - `nng/transport/ipc/ipc.h` |
