diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index 4189d20f32..20a6436786 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -86,7 +86,7 @@ #user{username :: username(), password :: password()}). -type(resource() :: - #resource{virtual_host :: vhost(), + #resource{virtual_host :: vhost(), kind :: 'queue' | 'exchange', name :: resource_name()}). -type(amqqueue() :: |
