added a userdata parameter to add_torrent that is passed in to plugins
This commit is contained in:
@@ -556,7 +556,7 @@ namespace libtorrent { namespace
|
||||
namespace libtorrent
|
||||
{
|
||||
|
||||
boost::shared_ptr<torrent_plugin> create_metadata_plugin(torrent* t)
|
||||
boost::shared_ptr<torrent_plugin> create_metadata_plugin(torrent* t, void*)
|
||||
{
|
||||
return boost::shared_ptr<torrent_plugin>(new metadata_plugin(*t));
|
||||
}
|
||||
|
Reference in New Issue
Block a user