summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-03-19 18:00:02 +0000
committerSimon MacMullen <simon@rabbitmq.com>2012-03-19 18:00:02 +0000
commitebfda646338ac6ed2feec633d58eb3f98b14c9f9 (patch)
treeccbb88c0270e87dae0a53d6989ce4c50e4f6a230 /include/rabbit.hrl
parent5f424ad41584ac491c8ce84db404e5a5f21635e1 (diff)
downloadrabbitmq-server-git-ebfda646338ac6ed2feec633d58eb3f98b14c9f9.tar.gz
Simple CRUD for config-y Erlang terms
Diffstat (limited to 'include/rabbit.hrl')
-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..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}).