mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-13 05:32:31 +00:00
* Made ThrottleNode an object held by PCB, rather than ThrottleList
which now holds ThrottleNode*. Moved Rate from PCB to ThrottleNode. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@596 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+9
-2
@@ -48,16 +48,23 @@ namespace utils {
|
||||
class Timer;
|
||||
}
|
||||
|
||||
namespace torrent {
|
||||
class Entry;
|
||||
}
|
||||
|
||||
namespace display {
|
||||
|
||||
char* print_string(char* buf, unsigned int length, char* str);
|
||||
|
||||
char* print_hhmmss(char* buf, unsigned int length, time_t t);
|
||||
char* print_ddmmyyyy(char* buf, unsigned int length, time_t t);
|
||||
|
||||
char* print_download_title(char* buf, unsigned int length, core::Download* d);
|
||||
char* print_download_info(char* buf, unsigned int length, core::Download* d);
|
||||
char* print_download_status(char* buf, unsigned int length, core::Download* d);
|
||||
|
||||
char* print_hhmmss(char* buf, unsigned int length, time_t t);
|
||||
char* print_ddmmyyyy(char* buf, unsigned int length, time_t t);
|
||||
char* print_entry_tags(char* buf, unsigned int length);
|
||||
char* print_entry_file(char* buf, unsigned int length, const torrent::Entry& entry);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user