diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-06-27 17:32:57 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-06-27 17:32:57 +0100 |
| commit | ab53bfb04b08bffafe243ed4dbfcf4a42c32fbd6 (patch) | |
| tree | 9a19ea5cea88bf0de41796253a37bbac3434ee57 /include/rabbit.hrl | |
| parent | 3b5b393f060f3758e5c7802767b20fb6f46e0d9c (diff) | |
| download | rabbitmq-server-git-ab53bfb04b08bffafe243ed4dbfcf4a42c32fbd6.tar.gz | |
Scratch space for exchanges, and rabbit_exchange:update/2.
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 3 |
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, |
