mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 06:32:31 +00:00
* Cleaned up the 'umask' command and renamed 'working_directory' to
'cwd'.
* Added 'd.{get,set}_custom[1-5]' for user scripts.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@963 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -105,9 +105,6 @@ public:
|
||||
uint64_t tick() const { return m_tick; }
|
||||
void inc_tick() { m_tick++; }
|
||||
|
||||
mode_t umask() const { return m_umask; }
|
||||
void set_umask(mode_t m);
|
||||
|
||||
const std::string& working_directory() const { return m_workingDirectory; }
|
||||
void set_working_directory(const std::string& dir);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user