diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-11-01 13:59:04 +0000 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-11-01 13:59:04 +0000 |
| commit | 9e1f0572d052463b7ab94d516c241c3e69191dca (patch) | |
| tree | 3f38e42f7301cb0abfc7784e8cc1388e103b071c /include/rabbit.hrl | |
| parent | f5a19c98ec202880fe0508b503903df26f101a5e (diff) | |
| parent | 0a57389f4429357aaaacc663c28ae4a02034e215 (diff) | |
| download | rabbitmq-server-git-9e1f0572d052463b7ab94d516c241c3e69191dca.tar.gz | |
merge from default
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 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}). |
