summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2012-07-03 12:45:28 +0100
committerTim Watson <tim@rabbitmq.com>2012-07-03 12:45:28 +0100
commitdbb24b9824d487ae31481a28225d6f29e9b30691 (patch)
tree822f4fe4276ba910659261820f8076f729bbad96 /include/rabbit.hrl
parent030a937e8c29b76444d56b8d4bb37832a98971b5 (diff)
parenteeca9492c3cb7b69d7906922c1a89ef364f4e46a (diff)
downloadrabbitmq-server-git-dbb24b9824d487ae31481a28225d6f29e9b30691.tar.gz
merge default
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 5c73c8b88b..e8b4a6232e 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -43,11 +43,11 @@
-record(resource, {virtual_host, kind, name}).
-record(exchange, {name, type, durable, auto_delete, internal, arguments,
- scratch}).
+ scratches, policy}).
-record(exchange_serial, {name, next}).
-record(amqqueue, {name, durable, auto_delete, exclusive_owner = none,
- arguments, pid, slave_pids, mirror_nodes}).
+ arguments, pid, slave_pids, mirror_nodes, policy}).
%% mnesia doesn't like unary records, so we add a dummy 'value' field
-record(route, {binding, value = const}).