summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-04-02 15:22:40 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-04-02 15:22:40 +0100
commitb6b89462fca1b7723831e7884f1aa28d4b8efe05 (patch)
treeb1e36e56769ac383721b071f5881260cf714ca11 /include
parent81d6fedfbf64b5141a4e0d9f7f0dff18d89d860c (diff)
parent1d9fae81b6b36986592fd8c0cfed84ed21792dea (diff)
downloadrabbitmq-server-git-b6b89462fca1b7723831e7884f1aa28d4b8efe05.tar.gz
Merge in default
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index faf3059ac7..5c73c8b88b 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -66,6 +66,8 @@
-record(listener, {node, protocol, host, ip_address, port}).
+-record(runtime_parameters, {key, value}).
+
-record(basic_message, {exchange_name, routing_keys = [], content, id,
is_persistent}).