summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2008-08-14 08:18:52 +0100
committerMatthias Radestock <matthias@lshift.net>2008-08-14 08:18:52 +0100
commited6d934713e3deb9aa0e8db91216fa6438af2b3d (patch)
tree615401d71dc970098ff5d42b2c6e61d1ea74ccf5 /include
parente931ae25e6a454db39cee1b7360043cba3a92149 (diff)
downloadrabbitmq-server-git-ed6d934713e3deb9aa0e8db91216fa6438af2b3d.tar.gz
cosmetic changes
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl12
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}).