diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-01-16 13:46:15 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-01-16 13:46:15 +0000 |
| commit | ed334fbf951ddd6337a7bf93ba5225bbad23adfd (patch) | |
| tree | 32ea85d3c1942ee466462f1eb8195ca2d1955c9a /include/rabbit.hrl | |
| parent | b98f55452132043f05b0876c01b69416a6ceba89 (diff) | |
| download | rabbitmq-server-git-ed334fbf951ddd6337a7bf93ba5225bbad23adfd.tar.gz | |
modify table structure in preparation for permissions
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index d07aeaf845..02f1ec21c7 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -30,7 +30,8 @@ %% -record(user, {username, password}). --record(user_vhost, {username, virtual_host}). +-record(permission, {configuration, messaging}). +-record(user_permission, {username, virtual_host, permission}). -record(vhost, {virtual_host, dummy}). |
