mirror of
https://github.com/monero-project/monero.git
synced 2025-08-19 02:07:54 -04:00
Merge pull request #2220
c6ba7d11
p2p: move m_in_timedsync from connection_context to p2p_connection_context (moneromooo-monero)
This commit is contained in:
commit
9b0daf49db
2 changed files with 3 additions and 3 deletions
|
@ -61,8 +61,11 @@ namespace nodetool
|
|||
template<class base_type>
|
||||
struct p2p_connection_context_t: base_type //t_payload_net_handler::connection_context //public net_utils::connection_context_base
|
||||
{
|
||||
p2p_connection_context_t(): support_flags(0), m_in_timedsync(false) {}
|
||||
|
||||
peerid_type peer_id;
|
||||
uint32_t support_flags;
|
||||
bool m_in_timedsync;
|
||||
};
|
||||
|
||||
template<class t_payload_net_handler>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue