diff options
| author | Tim Watson <tim@rabbitmq.com> | 2012-10-23 14:23:16 +0100 |
|---|---|---|
| committer | Tim Watson <tim@rabbitmq.com> | 2012-10-23 14:23:16 +0100 |
| commit | 6c7c60ebde56a3cd4f16e0da39918fdefe63bc39 (patch) | |
| tree | 277f1f89ab142cf66942082b31cfd77c82afb7b6 /include | |
| parent | b22b967f9edf101d0beeaf555834f7f6857d8def (diff) | |
| parent | d6e17b83681d56cff15559ddbe4df96476077ead (diff) | |
| download | rabbitmq-server-git-6c7c60ebde56a3cd4f16e0da39918fdefe63bc39.tar.gz | |
merge default
Diffstat (limited to 'include')
| -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}). |
