summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-10-28 13:32:35 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-10-28 13:32:35 +0100
commit91867c3a44ff6aa3cdea217062450244d577ec6d (patch)
tree309f1ea4ecc6f37ffd0f80a7d74ed4dedd5a1cc6 /include
parent0f90ff4daacbd6f53ea1da5323d73aaaa2ca0218 (diff)
downloadrabbitmq-server-git-91867c3a44ff6aa3cdea217062450244d577ec6d.tar.gz
Store listener IP address
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}).