diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-06-07 15:11:16 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-06-07 15:11:16 +0100 |
| commit | 5fc84cc1165ef1e45290d18a92d5841ab927282b (patch) | |
| tree | d872673dce21a6e5c8d84559cd13b6db08490e85 /include | |
| parent | 707e264eb285811ec61628a14ee24c830055d881 (diff) | |
| parent | f7760cdee478f3b1134516c4580af93565afca0f (diff) | |
| download | rabbitmq-server-git-5fc84cc1165ef1e45290d18a92d5841ab927282b.tar.gz | |
Merge default
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 4 |
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}). |
