From e54e2b1a98abfdb75232a9b3218714ce34c9a34f Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 17 Nov 2024 22:39:41 -0800 Subject: 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. --- src/core/sockimpl.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/sockimpl.h') 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 -- cgit v1.2.3-70-g09d2