diff options
| author | Garrett D'Amore <garrett@damore.org> | 2021-08-21 16:43:16 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2021-08-21 16:43:16 -0700 |
| commit | d4b91214c125de33d2e8d3f52fecd8eac18e476c (patch) | |
| tree | 1795f05e0b4a43bd0ffe08f88068ae969adb7fea /src/core/sockimpl.h | |
| parent | 9dfe06425942fdc887851d362f9f31b24935c494 (diff) | |
| download | nng-d4b91214c125de33d2e8d3f52fecd8eac18e476c.tar.gz nng-d4b91214c125de33d2e8d3f52fecd8eac18e476c.tar.bz2 nng-d4b91214c125de33d2e8d3f52fecd8eac18e476c.zip | |
Minor cleanups.
Diffstat (limited to 'src/core/sockimpl.h')
| -rw-r--r-- | src/core/sockimpl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/sockimpl.h b/src/core/sockimpl.h index c3b39ab1..22e956b0 100644 --- a/src/core/sockimpl.h +++ b/src/core/sockimpl.h @@ -1,5 +1,5 @@ // -// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a @@ -36,7 +36,6 @@ struct nni_dialer { nni_duration d_maxrtime; // maximum time for reconnect nni_duration d_currtime; // current time for reconnect nni_duration d_inirtime; // initial time for reconnect - nni_time d_conntime; // time of last good connect nni_reap_node d_reap; #ifdef NNG_ENABLE_STATS |
