diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index a83c0971ee..cc8fb1b526 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -30,11 +30,13 @@ -record(connection, {user, timeout_sec, frame_max, vhost}). --record(content, {class_id, - properties, %% either 'none', or a decoded record/tuple - properties_bin, %% either 'none', or an encoded properties binary - %% Note: at most one of properties and properties_bin can be 'none' at once. - payload_fragments_rev %% list of binaries, in reverse order (!) +-record(content, + {class_id, + properties, %% either 'none', or a decoded record/tuple + properties_bin, %% either 'none', or an encoded properties binary + %% Note: at most one of properties and properties_bin can be + %% 'none' at once. + payload_fragments_rev %% list of binaries, in reverse order (!) }). -record(resource, {virtual_host, kind, name}). |
