New log window available through 'l'.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@343 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-03-12 19:16:30 +00:00
parent ab69ae3fe6
commit c36ee96550
13 changed files with 230 additions and 64 deletions
+4 -2
View File
@@ -28,7 +28,8 @@ public:
HttpQueue& get_http_queue() { return m_httpQueue; }
Poll& get_poll() { return m_poll; }
Log& get_log() { return m_log; }
Log& get_log_important() { return m_logImportant; }
Log& get_log_complete() { return m_logComplete; }
void initialize();
void cleanup();
@@ -63,7 +64,8 @@ private:
HttpQueue m_httpQueue;
Poll m_poll;
Log m_log;
Log m_logImportant;
Log m_logComplete;
std::string m_dns;
int m_portFirst;