forked from premiere/premiere-libtorrent
fix test_dht build
This commit is contained in:
parent
4f7115750b
commit
32ccf61603
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue