summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2011-07-01 17:01:32 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2011-07-01 17:01:32 +0100
commit55b22bd799861a910a468a64ce561a4471cebdf8 (patch)
tree1976cd42e0f0b099add57a2766aaae7db794e949 /include/rabbit.hrl
parentd99cc9d66036bc9568a5a28e5ae9d377dc21af48 (diff)
parent10ec1a0915e121be01c7ab380b6d106cee92858f (diff)
downloadrabbitmq-server-git-55b22bd799861a910a468a64ce561a4471cebdf8.tar.gz
merge bug23825 into default
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 00b7e6e9b7..9c594b0521 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -42,7 +42,8 @@
-record(resource, {virtual_host, kind, name}).
--record(exchange, {name, type, durable, auto_delete, internal, arguments}).
+-record(exchange, {name, type, durable, auto_delete, internal, arguments,
+ scratch}).
-record(exchange_serial, {name, next}).
-record(amqqueue, {name, durable, auto_delete, exclusive_owner = none,