summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-08-16 11:16:28 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-08-16 11:16:28 +0100
commit1bbbfd0ea15d5101589e17dfe1dfe4c055ac6cc1 (patch)
treef53000a639a5d8e604346660ff02bf6bf7ea8257 /include
parentec7e8cd13cf701787117004a95d958b3724f7fdf (diff)
parent2b1e42c66aca94aa9fc84b4c412d8d140cc219f0 (diff)
downloadrabbitmq-server-git-1bbbfd0ea15d5101589e17dfe1dfe4c055ac6cc1.tar.gz
Merge default
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 6df44bea2a..a764855ed8 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -45,7 +45,7 @@
-record(amqqueue, {name, durable, auto_delete, exclusive_owner = none,
arguments, pid, slave_pids, sync_slave_pids, policy,
- gm_pids}).
+ gm_pids, decorators}).
%% mnesia doesn't like unary records, so we add a dummy 'value' field
-record(route, {binding, value = const}).