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 | 437401df9f09b65a9ce13b72f80bb0f7c1a33ab6 (patch) | |
| tree | bbf52e3a003285c711134b27cb31565d31c8ff16 /include/rabbit.hrl | |
| parent | 87396f8ddb979038e0173bd8fb10977558a7e476 (diff) | |
| download | rabbitmq-server-git-437401df9f09b65a9ce13b72f80bb0f7c1a33ab6.tar.gz | |
Cosmetic fix
Diffstat (limited to 'include/rabbit.hrl')
| -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() :: |
