Merge pull request #5528

f61a315 net_utils: fix m_ssl type from time_t to bool (moneromooo-monero)
This commit is contained in:
luigi1111 2019-07-24 14:05:18 -05:00
commit 8774384ace
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,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;