diff options
| author | Ben Hood <0x6e6562@gmail.com> | 2008-08-05 17:19:05 +0100 |
|---|---|---|
| committer | Ben Hood <0x6e6562@gmail.com> | 2008-08-05 17:19:05 +0100 |
| commit | 37513d69c29d0c413ab87b20073c7cf9520f5aa2 (patch) | |
| tree | ea3de7c877516cc58c68e528f7a2143fd6d64a4a | |
| parent | 697f9994e3219657954033395c449e83090669c4 (diff) | |
| download | rabbitmq-server-git-37513d69c29d0c413ab87b20073c7cf9520f5aa2.tar.gz | |
Deleted spec reference to permission type
| -rw-r--r-- | include/rabbit.hrl | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index f153e7c405..a83c0971ee 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -31,11 +31,11 @@ -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 (!) - }). + 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}). @@ -75,7 +75,6 @@ -type(user() :: #user{username :: username(), password :: password()}). --type(permission() :: 'passive' | 'active' | 'write' | 'read'). -type(binding_spec() :: #binding_spec{exchange_name :: exchange_name(), routing_key :: routing_key(), |
