diff options
author | Ben Hood <0x6e6562@gmail.com> | 2008-09-27 21:13:23 +0100 |
---|---|---|
committer | Ben Hood <0x6e6562@gmail.com> | 2008-09-27 21:13:23 +0100 |
commit | 02bc9f71c3546e2982b25b7bdce2b1bbd218fbff (patch) | |
tree | bbf52e3a003285c711134b27cb31565d31c8ff16 /include | |
parent | 8322a19757583d44a5756cc5085b9151b2e668dc (diff) | |
download | rabbitmq-server-02bc9f71c3546e2982b25b7bdce2b1bbd218fbff.tar.gz |
Cosmetic fix
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 4189d20f..20a64367 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() :: |