summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-06-07 15:11:16 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-06-07 15:11:16 +0100
commit5fc84cc1165ef1e45290d18a92d5841ab927282b (patch)
treed872673dce21a6e5c8d84559cd13b6db08490e85 /include
parent707e264eb285811ec61628a14ee24c830055d881 (diff)
parentf7760cdee478f3b1134516c4580af93565afca0f (diff)
downloadrabbitmq-server-git-5fc84cc1165ef1e45290d18a92d5841ab927282b.tar.gz
Merge default
Diffstat (limited to 'include')
-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}).