diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-12-16 18:13:20 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-12-16 18:13:20 +0000 |
| commit | 33184f2cdc708cdb49929db33eba0212128228a6 (patch) | |
| tree | 1c57978eb60dad5bf5865f88f0665216ada0c2c1 /include | |
| parent | 27c278c115a12f00034f44ee51f61e4ba3227403 (diff) | |
| download | rabbitmq-server-git-33184f2cdc708cdb49929db33eba0212128228a6.tar.gz | |
extra_pids => mirror_pids; Also rip out changes to the registry and just hard code that rabbit_mnesia takes care of gm - the problem being that we need access to the table dfns even when rabbit app is stopped, thus the registry would be down
Diffstat (limited to 'include')
| -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 9a74503c1c..421d5fbad9 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -54,7 +54,7 @@ -record(exchange, {name, type, durable, auto_delete, arguments}). -record(amqqueue, {name, durable, auto_delete, exclusive_owner = none, - arguments, pid, extra_pids}). + arguments, pid, mirror_pids}). %% mnesia doesn't like unary records, so we add a dummy 'value' field -record(route, {binding, value = const}). |
