fix test_dht build

This commit is contained in:
Arvid Norberg 2015-03-17 01:30:57 +00:00
parent 4f7115750b
commit 32ccf61603
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE.
namespace libtorrent { namespace dht
{
struct node_entry
struct TORRENT_EXTRA_EXPORT node_entry
{
node_entry(node_id const& id_, udp::endpoint ep, int roundtriptime = 0xffff
, bool pinged = false);