diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-11-21 22:55:28 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-11-21 22:55:28 -0800 |
| commit | c2a5206ad26624ffc3d5f5260317067abb48a3d6 (patch) | |
| tree | 3b901234e87ba682ad9684f3b0be4f6e576b6e32 /src/core/sockimpl.h | |
| parent | 925ac884f8bce34ad27fe18e851ebcecfe311356 (diff) | |
| download | nng-c2a5206ad26624ffc3d5f5260317067abb48a3d6.tar.gz nng-c2a5206ad26624ffc3d5f5260317067abb48a3d6.tar.bz2 nng-c2a5206ad26624ffc3d5f5260317067abb48a3d6.zip | |
Inline dialer URL.
Diffstat (limited to 'src/core/sockimpl.h')
| -rw-r--r-- | src/core/sockimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
