diff options
| author | Michael Bridgen <mikeb@lshift.net> | 2010-08-01 23:00:44 +0100 |
|---|---|---|
| committer | Michael Bridgen <mikeb@lshift.net> | 2010-08-01 23:00:44 +0100 |
| commit | f28485a299a57eb125b4acc71471ec2b01f14b62 (patch) | |
| tree | a5615135bcf2dab8f04f2eac4b2e14f4da27ad3b /include | |
| parent | 7af8b7184827752c9343335776d5a2faecf5a481 (diff) | |
| parent | c929581c5d29e55dd9c036e6ddeb8cd4b8be6200 (diff) | |
| download | rabbitmq-server-git-f28485a299a57eb125b4acc71471ec2b01f14b62.tar.gz | |
Merge default to get json filename changes
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index 3fd525686b..6364d60f01 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -36,7 +36,8 @@ -record(vhost, {virtual_host, dummy}). --record(connection, {user, timeout_sec, frame_max, vhost, client_properties}). +-record(connection, {protocol, user, timeout_sec, frame_max, vhost, + client_properties}). -record(content, {class_id, @@ -44,6 +45,7 @@ properties_bin, %% either 'none', or an encoded properties binary %% Note: at most one of properties and properties_bin can be %% 'none' at once. + protocol, %% The protocol under which properties_bin was encoded payload_fragments_rev %% list of binaries, in reverse order (!) }). @@ -74,6 +76,7 @@ -define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd."). -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"). -define(MAX_WAIT, 16#ffffffff). |
