summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-04-26 11:44:12 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-04-26 11:44:12 +0100
commit224f89907292fba453992a49b968837c28ec2bb2 (patch)
treeb6a7727f0ecec3796ecc4f4a0f64f85be14f77bf /include
parent9072f224cf0460760d776d5c5d343b8961d4a8da (diff)
downloadrabbitmq-server-224f89907292fba453992a49b968837c28ec2bb2.tar.gz
Share the exchange scratch space
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 5c73c8b8..8de31490 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -43,7 +43,7 @@
-record(resource, {virtual_host, kind, name}).
-record(exchange, {name, type, durable, auto_delete, internal, arguments,
- scratch}).
+ scratches}).
-record(exchange_serial, {name, next}).
-record(amqqueue, {name, durable, auto_delete, exclusive_owner = none,