diff options
| author | Gordon Sim <gsim@apache.org> | 2011-11-23 16:01:25 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2011-11-23 16:01:25 +0000 |
| commit | c8f2e652489ca0fab6b4ce15416b16afdcd6b556 (patch) | |
| tree | a434a0aaf73630fafebd5038e112d7e4efd7f5bc /cpp/src/qpid/cluster/Cluster.cpp | |
| parent | ceca56258e7d3b8aabd2eadbd00857eb69e825f5 (diff) | |
| download | qpid-python-c8f2e652489ca0fab6b4ce15416b16afdcd6b556.tar.gz | |
QPID-3629: Changed management of credit window
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1205467 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Cluster.cpp')
| -rw-r--r-- | cpp/src/qpid/cluster/Cluster.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.cpp b/cpp/src/qpid/cluster/Cluster.cpp index e6e3de64f2..0241b0946b 100644 --- a/cpp/src/qpid/cluster/Cluster.cpp +++ b/cpp/src/qpid/cluster/Cluster.cpp @@ -199,7 +199,7 @@ namespace _qmf = ::qmf::org::apache::qpid::cluster; * Currently use SVN revision to avoid clashes with versions from * different branches. */ -const uint32_t Cluster::CLUSTER_VERSION = 1159329; +const uint32_t Cluster::CLUSTER_VERSION = 1159330; struct ClusterDispatcher : public framing::AMQP_AllOperations::ClusterHandler { qpid::cluster::Cluster& cluster; |
