summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2013-05-16 12:13:19 +0100
committerTim Watson <tim@rabbitmq.com>2013-05-16 12:13:19 +0100
commit97494a765a8bef90b202357f04d96e4b39cc255e (patch)
treea1781c38e8073b2fff247e0589bace6e79171a63 /include
parent08877efa78ca44cb0324d1d4242e01d4dab92933 (diff)
parentffeb160eda7a99d5d8935d1b2f90798a39782c13 (diff)
downloadrabbitmq-server-git-97494a765a8bef90b202357f04d96e4b39cc255e.tar.gz
merge bug25537 into stable
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl9
1 files changed, 2 insertions, 7 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 19766a0022..4282755df5 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -27,9 +27,6 @@
-record(vhost, {virtual_host, dummy}).
--record(connection, {protocol, user, timeout_sec, frame_max, vhost,
- client_properties, capabilities}).
-
-record(content,
{class_id,
properties, %% either 'none', or a decoded record/tuple
@@ -43,7 +40,7 @@
-record(resource, {virtual_host, kind, name}).
-record(exchange, {name, type, durable, auto_delete, internal, arguments,
- scratches, policy}).
+ scratches, policy, decorators}).
-record(exchange_serial, {name, next}).
-record(amqqueue, {name, durable, auto_delete, exclusive_owner = none,
@@ -78,8 +75,7 @@
-record(event, {type, props, timestamp}).
--record(message_properties, {expiry, needs_confirming = false,
- delivered = false}).
+-record(message_properties, {expiry, needs_confirming = false}).
-record(plugin, {name, %% atom()
version, %% string()
@@ -92,7 +88,6 @@
-define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2013 VMware, Inc.").
-define(INFORMATION_MESSAGE, "Licensed under the MPL. See http://www.rabbitmq.com/").
--define(PROTOCOL_VERSION, "AMQP 0-9-1 / 0-9 / 0-8").
-define(ERTS_MINIMUM, "5.6.3").
%% EMPTY_FRAME_SIZE, 8 = 1 + 2 + 4 + 1