summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-03-26 17:57:00 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-03-26 17:57:00 +0100
commit0821b1d5159549590898bc87300c0aa7ec008cb2 (patch)
treeadb65f042d3d5ed800dad8f324383cb12395c5cf /include
parent185c7d9c23ed45b570052637df3d3488c9b402ff (diff)
downloadrabbitmq-server-0821b1d5159549590898bc87300c0aa7ec008cb2.tar.gz
Rename cluster config to runtime parameters.
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 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}).