diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-07-09 11:56:10 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-07-09 11:56:10 +0100 |
| commit | 459ee51cab12da7a45e590ab26fbd98e23108981 (patch) | |
| tree | 7c62275f592c0f0c47d1e63aabf44e55a576ba5a /include/rabbit.hrl | |
| parent | 57636ecb35a82f9ff35a69e9637c2b183e044acd (diff) | |
| download | rabbitmq-server-git-459ee51cab12da7a45e590ab26fbd98e23108981.tar.gz | |
Store protocol with encoded properties, use it to transcode if needed.
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index 8c713a504a..96cf844e31 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -45,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 (!) }). |
