Even more logging.

This commit is contained in:
lotodore
2008-03-20 00:06:19 +00:00
parent c8b38d0e57
commit dbcedc889b
3 changed files with 23 additions and 0 deletions
+3
View File
@@ -28,6 +28,7 @@
#include <list>
#include <boost/shared_ptr.hpp>
#include <core/boost/timers.hpp>
#define SENDER_THREAD_TERMINATE_TIMEOUT THREAD_WAIT_INFINITE
@@ -71,6 +72,8 @@ private:
mutable boost::mutex m_stalledQueueMutex;
SenderCallback &m_callback;
boost::timers::portable::microsec_timer m_logTimer;
};
#endif