diff options
| author | Gordon Sim <gsim@apache.org> | 2007-11-29 16:05:50 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-11-29 16:05:50 +0000 |
| commit | 4d93b15cd77a61ff4f43213cc840bdfa5b4d110f (patch) | |
| tree | 4c55dc9a41e751049d6d9437e34871050921e8e7 /qpid/cpp/src | |
| parent | 688b117f9955077b6f4c296a42d37d3229f9a7d3 (diff) | |
| download | qpid-python-4d93b15cd77a61ff4f43213cc840bdfa5b4d110f.tar.gz | |
Temp hack to fix as yet unclear issue with concurrent flush() and enqueueComplete()
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599495 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/PersistableMessage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/PersistableMessage.h b/qpid/cpp/src/qpid/broker/PersistableMessage.h index 299e22e2ba..883acff497 100644 --- a/qpid/cpp/src/qpid/broker/PersistableMessage.h +++ b/qpid/cpp/src/qpid/broker/PersistableMessage.h @@ -120,7 +120,7 @@ public: for (syncList::iterator i = synclist.begin(); i != synclist.end(); ++i) { (*i)->notifyDurableIOComplete(); } - synclist.clear(); + //synclist.clear(); } } } |
