mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-08 11:12:31 +00:00
* Enabled 'max_downloads_div' by default.
* Added 'get_{client,library}_version' commands.
* Removed support for appending more than one command to 'schedule'.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@949 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -84,12 +84,6 @@ public:
|
||||
void adjust_down_throttle(int throttle);
|
||||
void adjust_up_throttle(int throttle);
|
||||
|
||||
unsigned int max_uploads_global() { return m_maxUploadsGlobal; }
|
||||
void set_max_uploads_global(int64_t slots);
|
||||
|
||||
unsigned int max_downloads_global() { return m_maxDownloadsGlobal; }
|
||||
void set_max_downloads_global(int64_t slots);
|
||||
|
||||
void enable_input(const std::string& title, input::TextInput* input);
|
||||
void disable_input();
|
||||
|
||||
@@ -107,9 +101,6 @@ private:
|
||||
WStatusbar* m_windowStatusbar;
|
||||
|
||||
input::Bindings m_bindings;
|
||||
|
||||
unsigned int m_maxUploadsGlobal;
|
||||
unsigned int m_maxDownloadsGlobal;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user