summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2013-12-12 11:53:40 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2013-12-12 11:53:40 +0000
commit12c1faf6b58fd9b51ff51c4ed26e2472ed6d2803 (patch)
tree0f4acea4e608a50ae8fccf940a0ce685267a3013 /src
parent3a46ecff17a708bb144447e1ee087d76d257a7a8 (diff)
downloadrabbitmq-server-git-12c1faf6b58fd9b51ff51c4ed26e2472ed6d2803.tar.gz
cosmetic: consistent field ordering (with start_connection code)
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_reader.erl4
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,