mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 14:42:30 +00:00
* Fixed an overflow in rak::partial_queue, and added some exceptions.
* Changed to configure script so --disable-mincore must be called explicitly to disable it. * API and core::Download cleanup. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@660 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ public:
|
||||
input::InputEvent* input_stdin() { return m_inputStdin; }
|
||||
|
||||
CommandScheduler* command_scheduler() { return m_commandScheduler; }
|
||||
utils::VariableMap* variables() { return m_variables; }
|
||||
utils::VariableMap* variable() { return m_variables; }
|
||||
|
||||
display::ClientInfo* client_info() { return m_clientInfo; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user