summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2013-04-25 17:33:08 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2013-04-25 17:33:08 +0100
commite96e33e405974fd83dc36a35b03353c0915b22c4 (patch)
treebd2ef75515e5b12ce69adb2546c59da907e307f0 /include/rabbit.hrl
parent4cac01d7c192380e1f8f30320b59db1b4b2ca27e (diff)
parent94701161309c565dbd336b9df03eedccdfd8bbf4 (diff)
downloadrabbitmq-server-git-e96e33e405974fd83dc36a35b03353c0915b22c4.tar.gz
merge bug25107 into default
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index eeee799ecf..4282755df5 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -40,7 +40,7 @@
-record(resource, {virtual_host, kind, name}).
-record(exchange, {name, type, durable, auto_delete, internal, arguments,
- scratches, policy}).
+ scratches, policy, decorators}).
-record(exchange_serial, {name, next}).
-record(amqqueue, {name, durable, auto_delete, exclusive_owner = none,