diff options
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index d0fc87e094..c40c4f2722 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -50,6 +50,8 @@ %% The spec field is made up of an {Queue, Binding, Exchange} -record(reverse_binding, {spec, value = const}). +-record(binding, {exchange, key, queue}). + -record(listener, {node, protocol, host, port}). -record(basic_message, {exchange_name, routing_key, content, persistent_key}). |
