summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/StoreStatus.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-11-26 15:56:46 +0000
committerAlan Conway <aconway@apache.org>2009-11-26 15:56:46 +0000
commitc96cb4fa4232b035309ebfc4586a54c0be8fe762 (patch)
treec846e6d28bd61dba335df166be9a914c4037112d /cpp/src/qpid/cluster/StoreStatus.h
parentc61e76daedbf2d0dc709d5e49003a930d161a500 (diff)
downloadqpid-python-c96cb4fa4232b035309ebfc4586a54c0be8fe762.tar.gz
Cluster consistency: check for no clean store condition.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@884612 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/StoreStatus.h')
-rw-r--r--cpp/src/qpid/cluster/StoreStatus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/StoreStatus.h b/cpp/src/qpid/cluster/StoreStatus.h
index 539f46c10b..522020ed69 100644
--- a/cpp/src/qpid/cluster/StoreStatus.h
+++ b/cpp/src/qpid/cluster/StoreStatus.h
@@ -24,6 +24,7 @@
#include "qpid/framing/Uuid.h"
#include "qpid/framing/enum.h"
+#include <iosfwd>
namespace qpid {
namespace cluster {
@@ -56,6 +57,8 @@ class StoreStatus
Uuid clusterId, shutdownId;
std::string dataDir;
};
+
+std::ostream& operator<<(std::ostream&, const StoreStatus&);
}} // namespace qpid::cluster
#endif /*!QPID_CLUSTER_STORESTATE_H*/