diff options
author | Matthias Radestock <matthias@lshift.net> | 2008-08-14 08:18:52 +0100 |
---|---|---|
committer | Matthias Radestock <matthias@lshift.net> | 2008-08-14 08:18:52 +0100 |
commit | 34a2db17b64cdc62497c765de6e41b590abb0628 (patch) | |
tree | 615401d71dc970098ff5d42b2c6e61d1ea74ccf5 /include | |
parent | 5b217c76dd2730d242113edd53a0f4d98f6a2e13 (diff) | |
download | rabbitmq-server-34a2db17b64cdc62497c765de6e41b590abb0628.tar.gz |
cosmetic changes
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 a83c0971..cc8fb1b5 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}). |