summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2012-10-25 13:00:09 +0100
committerEmile Joubert <emile@rabbitmq.com>2012-10-25 13:00:09 +0100
commit54248e76629b351561d770208036ffbaedf962a6 (patch)
treeb0cc0604e0434f3a845fd7132505055dbb0c5e80 /include
parent71044851c7fc988a8cb560fee98f523739705873 (diff)
parent964876078c29a04b6dacd6f77e50e533d607ea39 (diff)
downloadrabbitmq-server-git-54248e76629b351561d770208036ffbaedf962a6.tar.gz
Merged bug25053 into default
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index e8b4a6232e..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, mirror_nodes, 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}).
@@ -72,12 +73,13 @@
is_persistent}).
-record(ssl_socket, {tcp, ssl}).
--record(delivery, {mandatory, immediate, sender, message, msg_seq_no}).
+-record(delivery, {mandatory, sender, message, msg_seq_no}).
-record(amqp_error, {name, explanation = "", method = none}).
-record(event, {type, props, timestamp}).
--record(message_properties, {expiry, needs_confirming = false}).
+-record(message_properties, {expiry, needs_confirming = false,
+ delivered = false}).
-record(plugin, {name, %% atom()
version, %% string()