
Public Member Functions | |
| ping_observer (boost::intrusive_ptr< refresh > const &algorithm, node_id self) | |
| ~ping_observer () | |
| void | send (msg &p) |
| void | timeout () |
| void | reply (msg const &m) |
| void | abort () |
Private Attributes | |
| node_id const | m_self |
| boost::intrusive_ptr< refresh > | m_algorithm |
Definition at line 87 of file refresh.cpp.
| libtorrent::dht::ping_observer::ping_observer | ( | boost::intrusive_ptr< refresh > const & | algorithm, | |
| node_id | self | |||
| ) | [inline] |
Definition at line 90 of file refresh.cpp.
| libtorrent::dht::ping_observer::~ping_observer | ( | ) |
| void libtorrent::dht::ping_observer::send | ( | msg & | p | ) | [inline, virtual] |
| void libtorrent::dht::ping_observer::timeout | ( | ) | [virtual] |
Implements libtorrent::dht::observer.
Definition at line 122 of file refresh.cpp.
References m_algorithm, and m_self.
| void libtorrent::dht::ping_observer::reply | ( | msg const & | m | ) | [virtual] |
Implements libtorrent::dht::observer.
Definition at line 114 of file refresh.cpp.
References m_algorithm, and m_self.
| void libtorrent::dht::ping_observer::abort | ( | ) | [inline, virtual] |
Implements libtorrent::dht::observer.
Definition at line 102 of file refresh.cpp.
References libtorrent::dht::refresh_observer::m_algorithm.
node_id const libtorrent::dht::ping_observer::m_self [private] |
boost::intrusive_ptr<refresh> libtorrent::dht::ping_observer::m_algorithm [private] |
1.5.6