diff options
| author | Hubert Plociniczak <hubert@lshift.net> | 2008-09-15 10:37:53 +0100 |
|---|---|---|
| committer | Hubert Plociniczak <hubert@lshift.net> | 2008-09-15 10:37:53 +0100 |
| commit | 309cb71c78d84d09d970a5f0081b6f13891a1b59 (patch) | |
| tree | e752383484f2691b920acedddc050c44893d8951 /include/rabbit.hrl | |
| parent | 5c400123df5ca4c472fb80a5e739ba525a23e6c7 (diff) | |
| parent | 54032ca82e19b0c27b5f4257fb5cfd3b44636510 (diff) | |
| download | rabbitmq-server-git-309cb71c78d84d09d970a5f0081b6f13891a1b59.tar.gz | |
merge default into bug19332
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 cc8fb1b526..180a0dc392 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -71,7 +71,7 @@ -type(r(Kind) :: #resource{virtual_host :: vhost(), kind :: Kind, - name :: name()}). + name :: resource_name()}). -type(queue_name() :: r('queue')). -type(exchange_name() :: r('exchange')). -type(user() :: |
