diff options
Diffstat (limited to 'Swiften/Network/BoostTimer.h')
-rw-r--r-- | Swiften/Network/BoostTimer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Network/BoostTimer.h b/Swiften/Network/BoostTimer.h index a246b75..3227031 100644 --- a/Swiften/Network/BoostTimer.h +++ b/Swiften/Network/BoostTimer.h @@ -43,5 +43,6 @@ namespace Swift { boost::scoped_ptr<boost::asio::deadline_timer> timer; boost::mutex timerMutex; EventLoop* eventLoop; + bool shuttingDown; }; } |