diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2013-09-09 06:35:42 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2013-09-09 06:35:42 +0100 |
| commit | 1b83153e0a87b419bd7bff51de8fc4a350cf0624 (patch) | |
| tree | badcf2c59a52075169c222fe6be559e2beaac757 /include | |
| parent | cca49430f9c9243800de6bcdca56b22ed915b630 (diff) | |
| parent | d8e4f56a9375000f5aba654880c728b6f957c865 (diff) | |
| download | rabbitmq-server-git-1b83153e0a87b419bd7bff51de8fc4a350cf0624.tar.gz | |
merge stable into default
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 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}). |
