diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-07-02 17:43:45 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-07-02 17:43:45 +0100 |
| commit | c0e1669e9e34f82b43ef4c9713da906faaceebf8 (patch) | |
| tree | fb18a7801cae433ab834444c42cb91830b6f5e1b /include/rabbit.hrl | |
| parent | df22ca67e9055b425e30f8cade4989c2ec6bfff2 (diff) | |
| download | rabbitmq-server-git-c0e1669e9e34f82b43ef4c9713da906faaceebf8.tar.gz | |
Get codegen to build Protocol:version().
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 1bb89af96c..8c713a504a 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -36,8 +36,8 @@ -record(vhost, {virtual_host, dummy}). --record(connection, {protocol, protocol_name, user, timeout_sec, frame_max, - vhost, client_properties}). +-record(connection, {protocol, user, timeout_sec, frame_max, vhost, + client_properties}). -record(content, {class_id, |
