diff options
| author | Alan Conway <aconway@apache.org> | 2009-01-09 14:47:21 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-01-09 14:47:21 +0000 |
| commit | bd5ae249ef74e1707eb05dd6cc70bb816e318757 (patch) | |
| tree | 8bddf4750138996b45b1c099b2619a9a836f2015 /cpp/src/qpid/cluster/Connection.h | |
| parent | 29efbadc913a3386ba5877512e0a8887504d4a42 (diff) | |
| download | qpid-python-bd5ae249ef74e1707eb05dd6cc70bb816e318757.tar.gz | |
Fix --cluster-mast-max: errors in last commit.
Work around problems with CPG flow control.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@733051 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.h')
| -rw-r--r-- | cpp/src/qpid/cluster/Connection.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/cluster/Connection.h b/cpp/src/qpid/cluster/Connection.h index 29e42ce534..8a8aa86c57 100644 --- a/cpp/src/qpid/cluster/Connection.h +++ b/cpp/src/qpid/cluster/Connection.h @@ -167,8 +167,6 @@ class Connection : framing::ChannelId currentChannel; boost::shared_ptr<broker::TxBuffer> txBuffer; - int FIXMEcredit; // FIXME aconway 2008-12-05: remove - friend std::ostream& operator<<(std::ostream&, const Connection&); }; |
