diff options
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.h')
-rw-r--r-- | cpp/src/qpid/cluster/Connection.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Connection.h b/cpp/src/qpid/cluster/Connection.h index 06176bf81d..4d06848ae6 100644 --- a/cpp/src/qpid/cluster/Connection.h +++ b/cpp/src/qpid/cluster/Connection.h @@ -124,7 +124,8 @@ class Connection : bool cancelled, bool completed, bool ended, - bool windowing); + bool windowing, + uint32_t credit); void queuePosition(const std::string&, const framing::SequenceNumber&); |