diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_reader.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_reader.erl b/src/rabbit_reader.erl index 1717faff57..7fac4f80a0 100644 --- a/src/rabbit_reader.erl +++ b/src/rabbit_reader.erl @@ -38,8 +38,8 @@ -record(v1, {parent, sock, connection, callback, recv_len, pending_recv, connection_state, helper_sup, queue_collector, heartbeater, - stats_timer, channel_sup_sup_pid, buf, buf_len, throttle, - channel_count}). + stats_timer, channel_sup_sup_pid, buf, buf_len, channel_count, + throttle}). -record(connection, {name, host, peer_host, port, peer_port, protocol, user, timeout_sec, frame_max, channel_max, vhost, |
