mirror of
https://github.com/monero-project/monero.git
synced 2024-12-23 12:09:54 +00:00
net_utils: fix m_ssl type from time_t to bool
This commit is contained in:
parent
c0bc6d96cd
commit
f61a315e8b
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ namespace net_utils
|
||||||
const network_address m_remote_address;
|
const network_address m_remote_address;
|
||||||
const bool m_is_income;
|
const bool m_is_income;
|
||||||
const time_t m_started;
|
const time_t m_started;
|
||||||
const time_t m_ssl;
|
const bool m_ssl;
|
||||||
time_t m_last_recv;
|
time_t m_last_recv;
|
||||||
time_t m_last_send;
|
time_t m_last_send;
|
||||||
uint64_t m_recv_cnt;
|
uint64_t m_recv_cnt;
|
||||||
|
|
Loading…
Reference in a new issue