diff options
| author | Alan Conway <aconway@apache.org> | 2010-01-20 17:07:54 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-01-20 17:07:54 +0000 |
| commit | cd3166280e53b8587d4d257b7898577b65edc0b7 (patch) | |
| tree | fabdc0bf29f6c025648d84349faadb317cfa2e68 /cpp/src/Makefile.am | |
| parent | 8d124f581b0571a9edb5603e6c282a2ecc081b5b (diff) | |
| download | qpid-python-cd3166280e53b8587d4d257b7898577b65edc0b7.tar.gz | |
Cluster-safe assertions.
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
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index da3d27cbe9..7c00a73a47 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -433,6 +433,8 @@ libqpidcommon_la_SOURCES += \ qpid/sys/AtomicValue_gcc.h \ qpid/sys/AtomicValue_mutex.h \ qpid/sys/BlockingQueue.h \ + qpid/sys/ClusterSafe.h \ + qpid/sys/ClusterSafe.cpp \ qpid/sys/Codec.h \ qpid/sys/ConnectionCodec.h \ qpid/sys/ConnectionInputHandler.h \ |
