diff options
| author | Alvaro Videla <videlalvaro@gmail.com> | 2015-05-10 00:48:21 +0200 |
|---|---|---|
| committer | Alvaro Videla <videlalvaro@gmail.com> | 2015-05-10 00:48:21 +0200 |
| commit | d849a364f91ded5b9c917933db43b88f19609edb (patch) | |
| tree | 625dd3e2ba68b4c6059c063202ba2dceec6ce1b4 | |
| parent | 818bbc585cf0760e2e1939aea7396e4b08c38168 (diff) | |
| download | rabbitmq-server-git-d849a364f91ded5b9c917933db43b88f19609edb.tar.gz | |
cosmetics
| -rw-r--r-- | src/rabbit_channel.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl index 5f6d7c8442..7edeabaa4c 100644 --- a/src/rabbit_channel.erl +++ b/src/rabbit_channel.erl @@ -1931,7 +1931,7 @@ i(messages_uncommitted, #ch{tx = {Msgs, _Acks}}) -> queue:len(Msgs); i(messages_uncommitted, #ch{}) -> 0; i(acks_uncommitted, #ch{tx = {_Msgs, Acks}}) -> ack_len(Acks); i(acks_uncommitted, #ch{}) -> 0; -i(state, #ch{state = running}) -> credit_flow:state(); +i(state, #ch{state = running}) -> credit_flow:state(); i(state, #ch{state = State}) -> State; i(prefetch_count, #ch{consumer_prefetch = C}) -> C; i(global_prefetch_count, #ch{limiter = Limiter}) -> |
