diff options
| author | gdamore <gdamore@users.noreply.github.com> | 2024-11-18 06:18:17 +0000 |
|---|---|---|
| committer | gdamore <gdamore@users.noreply.github.com> | 2024-11-18 06:18:17 +0000 |
| commit | 87e710f6caa04bc93e0f4fbd99cfa4a2b0922631 (patch) | |
| tree | b97fd39b70ff632b289e0ddc28a2818b7e4fce5f /ref/migrate | |
| parent | 366237dfcd38f0b0e529ad450284bfa906a0c6b1 (diff) | |
| download | nng-87e710f6caa04bc93e0f4fbd99cfa4a2b0922631.tar.gz nng-87e710f6caa04bc93e0f4fbd99cfa4a2b0922631.tar.bz2 nng-87e710f6caa04bc93e0f4fbd99cfa4a2b0922631.zip | |
deploy: 85aff44e00e836eda618d4f1cf013bce38b3fd44
Diffstat (limited to 'ref/migrate')
| -rw-r--r-- | ref/migrate/nng1.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ref/migrate/nng1.html b/ref/migrate/nng1.html index 99aab42b..1ce13541 100644 --- a/ref/migrate/nng1.html +++ b/ref/migrate/nng1.html @@ -344,6 +344,12 @@ they replace, are only applicable to SUB sockets.</p> <p>A number of the <a href="/api/stats.html">statistics</a> functions take, or return, <code>const nng_stat *</code> instead of plain <code>nng_stat *</code>. The ABI has not changed, but it may be necessary to declare certain methods variables <code>const</code> to avoid warnings about misuse of <code>const</code>.</p> +<h2 id="url-structure-members"><a class="header" href="#url-structure-members">Url Structure Members</a></h2> +<p>The details of <a href="/api/url.html#url-structure"><code>nng_url</code></a> have changed as follows:</p> +<ul> +<li><code>u_port</code> is no longer a string, but a <code>uint16_t</code></li> +<li><code>u_scheme</code> is a const char *</li> +</ul> <!-- Symbol cross reference --> <!-- Macros --> <!-- Protocols --> |
