diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2013-01-31 12:24:54 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2013-01-31 12:24:54 +0000 |
| commit | cd85e92c73b441b208df700ac0a372761f88fba8 (patch) | |
| tree | 0be8205c9bde86f976ef6937941501cfc86e7caf /include | |
| parent | 47e4a40472cddee7e00ddaed8817ee9c7235b3bf (diff) | |
| parent | eeccaf3415daf5dbc76d6ed4ca9a52d7624f0cbd (diff) | |
| download | rabbitmq-server-git-cd85e92c73b441b208df700ac0a372761f88fba8.tar.gz | |
merge default into bug25428
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 7 |
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 |
