summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-12-16 18:13:20 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2010-12-16 18:13:20 +0000
commit33184f2cdc708cdb49929db33eba0212128228a6 (patch)
tree1c57978eb60dad5bf5865f88f0665216ada0c2c1 /include/rabbit.hrl
parent27c278c115a12f00034f44ee51f61e4ba3227403 (diff)
downloadrabbitmq-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/rabbit.hrl')
-rw-r--r--include/rabbit.hrl2
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}).