diff options
author | Gordon Sim <gsim@apache.org> | 2009-07-14 09:58:51 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-07-14 09:58:51 +0000 |
commit | 81f6656649b81902b3f597be914d1fac204e1fe1 (patch) | |
tree | 74b9ab337cc1c1b2a63c37c55a0b51e812cb0fe9 /cpp/src/qpid/sys/Timer.h | |
parent | 0c8c9338e0e3afc799df029dcbc55455bc5cf07c (diff) | |
download | qpid-python-81f6656649b81902b3f597be914d1fac204e1fe1.tar.gz |
Reapplied r793120
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793832 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/Timer.h')
-rw-r--r-- | cpp/src/qpid/sys/Timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/sys/Timer.h b/cpp/src/qpid/sys/Timer.h index c1f0ae89fc..fc7491d5ed 100644 --- a/cpp/src/qpid/sys/Timer.h +++ b/cpp/src/qpid/sys/Timer.h @@ -42,6 +42,7 @@ class TimerTask : public RefCounted { friend bool operator<(const boost::intrusive_ptr<TimerTask>&, const boost::intrusive_ptr<TimerTask>&); + AbsTime sortTime; Duration period; AbsTime nextFireTime; Mutex callbackLock; |