summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2010-10-29 12:37:04 +0100
committerEmile Joubert <emile@rabbitmq.com>2010-10-29 12:37:04 +0100
commit07ed3788482f32574d9bda40d1e430ce03fa37f9 (patch)
tree14fd9c95b4e63579002ecfa5eadad502e6935d59 /include
parent29aaea62f60952ebd7cf68d7f8d8f244b5e60ad1 (diff)
parent91867c3a44ff6aa3cdea217062450244d577ec6d (diff)
downloadrabbitmq-server-git-07ed3788482f32574d9bda40d1e430ce03fa37f9.tar.gz
Merged bug23446 into default
Diffstat (limited to 'include')
-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}).