diff options
| author | Ben Hood <0x6e6562@gmail.com> | 2008-07-13 19:34:00 +0100 |
|---|---|---|
| committer | Ben Hood <0x6e6562@gmail.com> | 2008-07-13 19:34:00 +0100 |
| commit | ec4276159237469a09902e29a5bf83d41667eb46 (patch) | |
| tree | dfef2c6b425f8cd5c72a44a420ad1b9d964dc061 /include | |
| parent | bb63114ae61e50aec7ce8f888ad5b2b673016b9d (diff) | |
| download | rabbitmq-server-git-ec4276159237469a09902e29a5bf83d41667eb46.tar.gz | |
Savepoint for lifecycle test that now works without realms or tickets
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index d8af670a04..f153e7c405 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -27,12 +27,6 @@ -record(user_vhost, {username, virtual_host}). -record(vhost, {virtual_host, dummy}). --record(vhost_realm, {virtual_host, realm}). - --record(realm, {name, exchanges, queues}). --record(user_realm, {username, realm, ticket_pattern}). - --record(realm_visitor, {realm, pid}). -record(connection, {user, timeout_sec, frame_max, vhost}). @@ -45,8 +39,6 @@ -record(resource, {virtual_host, kind, name}). --record(ticket, {realm_name, passive_flag, active_flag, write_flag, read_flag}). - -record(exchange, {name, type, durable, auto_delete, arguments}). -record(amqqueue, {name, durable, auto_delete, arguments, binding_specs, pid}). @@ -78,18 +70,11 @@ #resource{virtual_host :: vhost(), kind :: Kind, name :: name()}). --type(realm_name() :: r('realm')). -type(queue_name() :: r('queue')). -type(exchange_name() :: r('exchange')). -type(user() :: #user{username :: username(), password :: password()}). --type(ticket() :: - #ticket{realm_name :: realm_name(), - passive_flag :: bool(), - active_flag :: bool(), - write_flag :: bool(), - read_flag :: bool()}). -type(permission() :: 'passive' | 'active' | 'write' | 'read'). -type(binding_spec() :: #binding_spec{exchange_name :: exchange_name(), |
