summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2013-02-14 15:32:32 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2013-02-14 15:32:32 +0000
commitccbc2ff0c5e452f1c290d2bea33db35765c7e35f (patch)
treed833d62c515ccea31d5a3af47a84c684be2de9f4 /include/rabbit.hrl
parent9b2e2d226cbedf57ed1fbe11d8b9c32fb31239c0 (diff)
parent4790be2e427a1e5d0b429edb4166d4a71797d11c (diff)
downloadrabbitmq-server-git-ccbc2ff0c5e452f1c290d2bea33db35765c7e35f.tar.gz
merge stable into default
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 19766a0022..eeee799ecf 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
@@ -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