diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-10-28 13:32:35 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-10-28 13:32:35 +0100 |
| commit | 91867c3a44ff6aa3cdea217062450244d577ec6d (patch) | |
| tree | 309f1ea4ecc6f37ffd0f80a7d74ed4dedd5a1cc6 /include | |
| parent | 0f90ff4daacbd6f53ea1da5323d73aaaa2ca0218 (diff) | |
| download | rabbitmq-server-git-91867c3a44ff6aa3cdea217062450244d577ec6d.tar.gz | |
Store listener IP address
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 2 |
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}). |
