mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-07 18:52:30 +00:00
* Added "working_directory" option that calls chdir.
* Added "session_on_completion" option which saves the session torrent when a download finishes. * Handle SIGTERM gracefully, saving session torrents etc. * Implemented session directory lockfile, use "session_lock" option to disable. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@629 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
#ifndef RTORRENT_UTILS_VARIABLE_H
|
||||
#define RTORRENT_UTILS_VARIABLE_H
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace torrent {
|
||||
class Bencode;
|
||||
}
|
||||
@@ -49,7 +51,7 @@ public:
|
||||
virtual ~Variable() {}
|
||||
|
||||
virtual const torrent::Bencode& get() = 0;
|
||||
virtual void set(const torrent::Bencode& arg) = 0;
|
||||
virtual void set(const torrent::Bencode& arg) = 0;
|
||||
|
||||
protected:
|
||||
Variable(const Variable&);
|
||||
|
||||
Reference in New Issue
Block a user