summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2013-03-22 12:47:21 +0000
committerEmile Joubert <emile@rabbitmq.com>2013-03-22 12:47:21 +0000
commit6fa8df03f5de1bfcdef7ec9beeebdbe0b910aee2 (patch)
treed334f402c4a44cfe999dbc17285daacffc45c10a /include/rabbit.hrl
parent9b8ca7c15dd1ec0402dc4f9f989a4ec60907c4cc (diff)
downloadrabbitmq-server-git-6fa8df03f5de1bfcdef7ec9beeebdbe0b910aee2.tar.gz
Move decorators to exchange record
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,