summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 8afa97a637..72fbb01e0e 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -36,8 +36,8 @@
-record(vhost, {virtual_host, dummy}).
--record(connection, {protocol, user, timeout_sec, frame_max, vhost,
- client_properties}).
+-record(connection, {protocol, protocol_name, user, timeout_sec, frame_max,
+ vhost, client_properties}).
-record(content,
{class_id,
@@ -175,6 +175,7 @@
method :: atom()}).
-type(protocol() :: atom()).
+-type(protocol_name() :: atom()).
-endif.
%%----------------------------------------------------------------------------