summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-07-01 17:01:28 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-07-01 17:01:28 +0100
commite404734a6af2f14fb2ac60ca767ff23c136ea6a1 (patch)
treeaf28baea964b3d7e64487f19992746bbcf82f7a6 /include/rabbit.hrl
parentf7433f82d4024f23bfe38fb450bbdc7bb17a1dd9 (diff)
downloadrabbitmq-server-git-e404734a6af2f14fb2ac60ca767ff23c136ea6a1.tar.gz
Protocol is negotiated first.
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 4174110fbb..8afa97a637 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -36,8 +36,8 @@
-record(vhost, {virtual_host, dummy}).
--record(connection, {user, timeout_sec, frame_max, vhost, client_properties,
- protocol}).
+-record(connection, {protocol, user, timeout_sec, frame_max, vhost,
+ client_properties}).
-record(content,
{class_id,