summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-04-18 17:33:09 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-04-18 17:33:09 +0100
commit7b67296addad2d01cb5663782cf3cfdbc52b6f3d (patch)
tree00819116d338e3c3013818f88e2cedb590516e22 /include/rabbit.hrl
parent2d0d0abb8e2037fa8e822654f946c09847ad9a95 (diff)
parent22b54150fb2f8b3976b179e9c81f683b3e4d9360 (diff)
downloadrabbitmq-server-git-7b67296addad2d01cb5663782cf3cfdbc52b6f3d.tar.gz
Merge bug 25517.
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,