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