fixed missing member initialization

This commit is contained in:
Arvid Norberg 2008-11-10 04:16:18 +00:00
parent 7306b60682
commit ce8c835ab8
1 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,8 @@ namespace libtorrent { namespace dht
, m_refresh_bucket(160)
, m_abort(false)
, m_host_resolver(sock.get_io_service())
, m_sent_bytes(0)
, m_received_bytes(0)
, m_refs(0)
{
using boost::bind;