From c2a5206ad26624ffc3d5f5260317067abb48a3d6 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 21 Nov 2024 22:55:28 -0800 Subject: Inline dialer URL. --- src/core/sockimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/sockimpl.h') diff --git a/src/core/sockimpl.h b/src/core/sockimpl.h index 8e2abb18..45135976 100644 --- a/src/core/sockimpl.h +++ b/src/core/sockimpl.h @@ -22,7 +22,6 @@ struct nni_dialer { uint32_t d_id; // endpoint id nni_list_node d_node; // per socket list nni_sock *d_sock; - nng_url *d_url; nni_pipe *d_pipe; // active pipe (for re-dialer) int d_ref; bool d_closed; // full shutdown @@ -37,6 +36,7 @@ struct nni_dialer { nni_duration d_currtime; // current time for reconnect nni_duration d_inirtime; // initial time for reconnect nni_reap_node d_reap; + nng_url d_url; #ifdef NNG_ENABLE_STATS nni_stat_item st_root; -- cgit v1.2.3-70-g09d2