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 | 48ed9f2a5bbc39ef752c7d698416b1d368c7322e (patch) | |
| tree | b6a7727f0ecec3796ecc4f4a0f64f85be14f77bf /include/rabbit.hrl | |
| parent | e36c827ed6e4e49763196df94ef547e93384591f (diff) | |
| download | rabbitmq-server-git-48ed9f2a5bbc39ef752c7d698416b1d368c7322e.tar.gz | |
Share the exchange scratch space
Diffstat (limited to 'include/rabbit.hrl')
| -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 5c73c8b88b..8de31490c8 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, |
