diff options
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 |
