summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-11-02 11:50:54 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2010-11-02 11:50:54 +0000
commitf1a7b4f0d037750e94fee88f908e941fdea45c7f (patch)
treef2d2917762ff9032a890e7e75ce7d999d63c3094 /include/rabbit.hrl
parent2720e4f996c7c5874ef6bff9966c864b650fcab1 (diff)
parentc3672b65a7a6ba70d2643c464a055bf379b61c85 (diff)
downloadrabbitmq-server-git-f1a7b4f0d037750e94fee88f908e941fdea45c7f.tar.gz
Merging default into bug22573
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index c1c9bd655e..4d4f6fe691 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -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}).