diff options
| author | Gordon Sim <gsim@apache.org> | 2008-09-09 17:15:17 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-09-09 17:15:17 +0000 |
| commit | 62dbd3afff76a6da41cd9e1aee8ce11518f22fca (patch) | |
| tree | c15b11bcd62cdb011ff0826dbf2c5e23530fd255 /cpp/src/qpid/broker/SessionState.h | |
| parent | 833cf68a5bf58e882f377d144768ceb546e5e036 (diff) | |
| download | qpid-python-62dbd3afff76a6da41cd9e1aee8ce11518f22fca.tar.gz | |
QPID-1261: initial fix (this degrades performance for shared queues with more than one consumer; I'll work on fixing that asap). This also moves the lock refered to in QQPID-1265 which I will update accordingly.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@693518 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionState.h')
| -rw-r--r-- | cpp/src/qpid/broker/SessionState.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/SessionState.h b/cpp/src/qpid/broker/SessionState.h index 96f2e8f512..c71fe068ce 100644 --- a/cpp/src/qpid/broker/SessionState.h +++ b/cpp/src/qpid/broker/SessionState.h @@ -25,7 +25,6 @@ #include "qpid/SessionState.h" #include "qpid/framing/FrameHandler.h" #include "qpid/framing/SequenceSet.h" -#include "qpid/sys/Mutex.h" #include "qpid/sys/Time.h" #include "qpid/management/Manageable.h" #include "qpid/management/Session.h" @@ -117,7 +116,6 @@ class SessionState : public qpid::SessionState, Broker& broker; SessionHandler* handler; sys::AbsTime expiry; // Used by SessionManager. - sys::Mutex lock; bool ignoring; std::string name; SemanticState semanticState; |
