diff options
Diffstat (limited to 'cpp/src/qpid/cluster/Cluster.h')
-rw-r--r-- | cpp/src/qpid/cluster/Cluster.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.h b/cpp/src/qpid/cluster/Cluster.h index 0b56540f9a..a8c916a99b 100644 --- a/cpp/src/qpid/cluster/Cluster.h +++ b/cpp/src/qpid/cluster/Cluster.h @@ -164,6 +164,7 @@ class Cluster : private Cpg::Handler, public management::Manageable MemberHandler memberHandler; uint32_t mcastId; + size_t lastSize; friend class ClusterHandler; friend class JoiningHandler; |