Libtorrent 1.1.0问题

时间:2016-04-13 14:37:44

标签: libtorrent

我使用此方法here让会话全局可用,但最新更新改变了工作方式。

using boost::shared_ptr;
using boost::weak_ptr;
using libtorrent::aux::session_impl;

using namespace libtorrent;
libtorrent::session* session;
libtorrent::settings_pack* pack;

bool start ( )
{
    pack->set_str ( user_agent, std::string ( "Test " ) + TEST_VERSION_STRING );
    /////
    return true 
}

我得到的user_agent是未定义的,在搜索到源代码后我无法在任何地方看到它,包含了libtorrent / settings_pack.hpp。

0 个答案:

没有答案