USE_I2P fix

This commit is contained in:
Arvid Norberg
2009-10-19 02:53:36 +00:00
parent a8c72b47ab
commit 6c71a3797f

View File

@@ -999,6 +999,7 @@ namespace libtorrent
}
}
#if TORRENT_USE_I2P
policy::peer* policy::add_i2p_peer(char const* destination, int src, char flags)
{
INVARIANT_CHECK;
@@ -1036,6 +1037,7 @@ namespace libtorrent
}
return p;
}
#endif // TORRENT_USE_I2P
policy::peer* policy::add_peer(tcp::endpoint const& remote, peer_id const& pid
, int src, char flags)