summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/ClusterSafe.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to make Win32 port build again (and remove some warnings)Andrew Stitcher2010-01-211-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@901816 13f79535-47bb-0310-9956-ffa450edef68
* Cluster-safe assertions.Alan Conway2010-01-201-0/+60
Assert that replicated data structures are modified in a cluster-safe context - in cluster delivery thread or during update. Assertions added to Queue.cpp and SemanticState.cpp. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@901282 13f79535-47bb-0310-9956-ffa450edef68