diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-07-01 17:01:28 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-07-01 17:01:28 +0100 |
| commit | e404734a6af2f14fb2ac60ca767ff23c136ea6a1 (patch) | |
| tree | af28baea964b3d7e64487f19992746bbcf82f7a6 /include/rabbit.hrl | |
| parent | f7433f82d4024f23bfe38fb450bbdc7bb17a1dd9 (diff) | |
| download | rabbitmq-server-git-e404734a6af2f14fb2ac60ca767ff23c136ea6a1.tar.gz | |
Protocol is negotiated first.
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 4 |
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, |
