summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-11-01 13:59:04 +0000
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-11-01 13:59:04 +0000
commit9e1f0572d052463b7ab94d516c241c3e69191dca (patch)
tree3f38e42f7301cb0abfc7784e8cc1388e103b071c /include/rabbit.hrl
parentf5a19c98ec202880fe0508b503903df26f101a5e (diff)
parent0a57389f4429357aaaacc663c28ae4a02034e215 (diff)
downloadrabbitmq-server-git-9e1f0572d052463b7ab94d516c241c3e69191dca.tar.gz
merge from default
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 df22b5738b..3de2442d20 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -30,7 +30,7 @@
%%
-record(user, {username, password, is_admin}).
--record(permission, {scope, configure, write, read}).
+-record(permission, {configure, write, read}).
-record(user_vhost, {username, virtual_host}).
-record(user_permission, {user_vhost, permission}).
@@ -63,7 +63,7 @@
-record(binding, {source, key, destination, args = []}).
-record(reverse_binding, {destination, key, source, args = []}).
--record(listener, {node, protocol, host, port}).
+-record(listener, {node, protocol, host, ip_address, port}).
-record(basic_message, {exchange_name, routing_key, content, guid,
is_persistent}).