summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorBen Hood <0x6e6562@gmail.com>2008-08-27 01:26:41 +0100
committerBen Hood <0x6e6562@gmail.com>2008-08-27 01:26:41 +0100
commit7dd7b7b4823bf4a4e6b87fa4df81bf84724e0825 (patch)
tree08c78fa8bb6af0a439477f8c86df3c221f8a5018 /include/rabbit.hrl
parentfdd7b7b7e2acfc4b888fab1fcf5f0542b935ce21 (diff)
parentc70aaa151abe40231c7aa11b7fa6e6e495a7aa11 (diff)
downloadrabbitmq-server-7dd7b7b4823bf4a4e6b87fa4df81bf84724e0825.tar.gz
Merged default into 18776
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl13
1 files changed, 7 insertions, 6 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index c23c5664..226fa5ef 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}).
@@ -82,7 +84,6 @@
-type(user() ::
#user{username :: username(),
password :: password()}).
--type(permission() :: 'passive' | 'active' | 'write' | 'read').
-type(amqqueue() ::
#amqqueue{name :: queue_name(),
durable :: bool(),