null_observer is used in a test now

This commit is contained in:
arvidn 2015-12-03 07:51:53 -05:00
parent 8732863a9a
commit 69f4e94995
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ namespace libtorrent { namespace dht
struct dht_logger;
struct udp_socket_interface;
struct null_observer : public observer
struct TORRENT_EXTRA_EXPORT null_observer : public observer
{
null_observer(boost::intrusive_ptr<traversal_algorithm> const& a
, udp::endpoint const& ep, node_id const& id): observer(a, ep, id) {}