diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2012-04-26 11:44:12 +0100 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2012-04-26 11:44:12 +0100 |
commit | 224f89907292fba453992a49b968837c28ec2bb2 (patch) | |
tree | b6a7727f0ecec3796ecc4f4a0f64f85be14f77bf /include | |
parent | 9072f224cf0460760d776d5c5d343b8961d4a8da (diff) | |
download | rabbitmq-server-224f89907292fba453992a49b968837c28ec2bb2.tar.gz |
Share the exchange scratch space
Diffstat (limited to 'include')
-rw-r--r-- | include/rabbit.hrl | 2 |
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, |