diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-10-16 16:06:24 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-10-16 16:06:24 +0100 |
| commit | caabf35ddf68881b0d04f652fbfd9cc6c8ee511f (patch) | |
| tree | 03d7e677c6151a792232bc533626e396b82725fb /include/rabbit.hrl | |
| parent | 723774ec48a0d6643dc33e65782a9da9f386b743 (diff) | |
| parent | 08cc587ce65a1d0650a039eef7d1d2536bfec183 (diff) | |
| download | rabbitmq-server-git-caabf35ddf68881b0d04f652fbfd9cc6c8ee511f.tar.gz | |
merge bug25202 into default
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 41cce0a341..3db2b68af9 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -47,7 +47,8 @@ -record(exchange_serial, {name, next}). -record(amqqueue, {name, durable, auto_delete, exclusive_owner = none, - arguments, pid, slave_pids, sync_slave_pids, policy}). + arguments, pid, slave_pids, sync_slave_pids, policy, + gm_pids}). %% mnesia doesn't like unary records, so we add a dummy 'value' field -record(route, {binding, value = const}). |
