* Added shutdown for worker thread.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1117 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2009-12-22 03:29:47 +00:00
parent 5a1d0be323
commit 2c7563825c
5 changed files with 54 additions and 12 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ public:
Control();
~Control();
bool is_shutdown_completed() { return m_shutdownQuick && torrent::is_inactive(); }
bool is_shutdown_completed();
bool is_shutdown_received() { return m_shutdownReceived; }
bool is_shutdown_started() { return m_shutdownQuick; }