diff options
Diffstat (limited to 'include')
| -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 faf3059ac7..517a701006 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -66,6 +66,8 @@ -record(listener, {node, protocol, host, ip_address, port}). +-record(cluster_config, {key, value}). + -record(basic_message, {exchange_name, routing_keys = [], content, id, is_persistent}). |
