diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-11-17 22:39:41 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-11-17 22:39:41 -0800 |
| commit | e54e2b1a98abfdb75232a9b3218714ce34c9a34f (patch) | |
| tree | 3476bf1c917a686677f538b0bcb2f753934bfbc0 /src/core/sockimpl.h | |
| parent | 6333c9cefb847231397128bb7b99f0055acd1632 (diff) | |
| download | nng-e54e2b1a98abfdb75232a9b3218714ce34c9a34f.tar.gz nng-e54e2b1a98abfdb75232a9b3218714ce34c9a34f.tar.bz2 nng-e54e2b1a98abfdb75232a9b3218714ce34c9a34f.zip | |
More url work. Undocument rawurl, and stop using it stats and logs.
Also expose nng_url_sprintf() for users who need it.
This avoids some need to do dynamic memory on some things. Soon
the entirety of nng_url will be allocation free in the usual case.
Diffstat (limited to 'src/core/sockimpl.h')
| -rw-r--r-- | src/core/sockimpl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/sockimpl.h b/src/core/sockimpl.h index e568f37f..0a5114c0 100644 --- a/src/core/sockimpl.h +++ b/src/core/sockimpl.h @@ -42,7 +42,6 @@ struct nni_dialer { nni_stat_item st_root; nni_stat_item st_id; nni_stat_item st_sock; - nni_stat_item st_url; nni_stat_item st_pipes; nni_stat_item st_connect; nni_stat_item st_refused; @@ -78,7 +77,6 @@ struct nni_listener { nni_stat_item st_root; nni_stat_item st_id; nni_stat_item st_sock; - nni_stat_item st_url; nni_stat_item st_pipes; nni_stat_item st_accept; nni_stat_item st_disconnect; // aborted remotely |
