diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-03-09 14:37:41 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-03-09 14:37:41 +0000 |
| commit | bbecd33055de18a167be1a37948b924210f9ca45 (patch) | |
| tree | 14baed41ceecea1e35e2ec7e4d79b45a1b861f7d /include/rabbit.hrl | |
| parent | 91ec54ba3defc89b21bbdcd6ba42b6a969d4b543 (diff) | |
| parent | d16bd4bae07f5c6fa9c942ce62310bc721171877 (diff) | |
| download | rabbitmq-server-git-bbecd33055de18a167be1a37948b924210f9ca45.tar.gz | |
Merge default to bug23554, and then a bit
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 9f483c307d..f8c1a13d44 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -45,7 +45,7 @@ -record(exchange, {name, type, durable, auto_delete, internal, arguments}). -record(amqqueue, {name, durable, auto_delete, exclusive_owner = none, - arguments, pid}). + arguments, pid, mirror_pids}). %% mnesia doesn't like unary records, so we add a dummy 'value' field -record(route, {binding, value = const}). |
