mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-05 17:52:29 +00:00
* Added interface for changing download priority.
* More throttle fiddling. * Pop the currently uploaded piece from the send list. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@591 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+3
-3
@@ -60,12 +60,12 @@ public:
|
||||
|
||||
WStatusbar* window_statusbar() { return m_windowStatusbar; }
|
||||
|
||||
private:
|
||||
void setup_keys();
|
||||
|
||||
void receive_down_throttle(int t);
|
||||
void receive_up_throttle(int t);
|
||||
|
||||
private:
|
||||
void setup_keys();
|
||||
|
||||
Control* m_control;
|
||||
DownloadList* m_downloadList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user