*** empty log message ***
This commit is contained in:
parent
e81d628b53
commit
441117a17e
2
Jamfile
2
Jamfile
|
@ -103,7 +103,7 @@ lib torrent
|
|||
<threading>multi
|
||||
<link>static
|
||||
# <variant>debug:<define>TORRENT_VERBOSE_LOGGING
|
||||
# <define>TORRENT_ENABLE_EXTENSIONS
|
||||
<define>TORRENT_ENABLE_EXTENSIONS
|
||||
: debug release
|
||||
;
|
||||
|
||||
|
|
|
@ -293,13 +293,11 @@ namespace libtorrent
|
|||
, boost::filesystem::path const& save_path
|
||||
, entry const& resume_data = entry());
|
||||
|
||||
#ifdef TORRENT_ENABLE_EXTENSIONS
|
||||
torrent_handle add_torrent(
|
||||
char const* tracker_url
|
||||
, sha1_hash const& info_hash
|
||||
, boost::filesystem::path const& save_path
|
||||
, entry const& resume_data = entry());
|
||||
#endif
|
||||
|
||||
session_status status() const;
|
||||
|
||||
|
|
Loading…
Reference in New Issue