mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-12 05:02:31 +00:00
* Added "create_link" and "delete_link" options for creating and
deleting symbolic links to downloads. * Added "on_*" options for calling commands on state changes. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@849 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -68,6 +68,7 @@ Control::Control() :
|
||||
|
||||
m_commandScheduler(new CommandScheduler()),
|
||||
m_variables(new utils::VariableMap()),
|
||||
m_downloadVariables(new utils::VariableMap()),
|
||||
|
||||
m_tick(0) {
|
||||
|
||||
@@ -89,6 +90,7 @@ Control::~Control() {
|
||||
|
||||
delete m_commandScheduler;
|
||||
delete m_variables;
|
||||
delete m_downloadVariables;
|
||||
|
||||
delete m_viewManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user