diff options
| author | Matthias Radestock <matthias@lshift.net> | 2008-09-08 16:19:01 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2008-09-08 16:19:01 +0100 |
| commit | 453584601c3d7652eb8a08d6e63cf273caf43521 (patch) | |
| tree | fdf9a5b6f11d9f6954623c909055735bcc99c31e /include/rabbit.hrl | |
| parent | e5bf57a323e4727ce005b0d0e6f883921a9c21c6 (diff) | |
| parent | 5587def78e0cf978a492af3a91796e479331d9a9 (diff) | |
| download | rabbitmq-server-git-453584601c3d7652eb8a08d6e63cf273caf43521.tar.gz | |
merge bug19200 into default
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() :: |
