mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Fix extensions.
This commit is contained in:
parent
8cea7e34ed
commit
7224fa7196
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ void bind_extensions()
|
||||||
// TODO move to it's own file
|
// TODO move to it's own file
|
||||||
class_<peer_connection, boost::noncopyable>("peer_connection", no_init);
|
class_<peer_connection, boost::noncopyable>("peer_connection", no_init);
|
||||||
|
|
||||||
|
class_<torrent_plugin, boost::shared_ptr<torrent_plugin> >("torrent_plugin", no_init);
|
||||||
def("create_ut_pex_plugin", create_ut_pex_plugin);
|
def("create_ut_pex_plugin", create_ut_pex_plugin);
|
||||||
def("create_metadata_plugin", create_metadata_plugin);
|
def("create_metadata_plugin", create_metadata_plugin);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue