diff options
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index faf3059ac7..e8b4a6232e 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -43,11 +43,11 @@ -record(resource, {virtual_host, kind, name}). -record(exchange, {name, type, durable, auto_delete, internal, arguments, - scratch}). + scratches, policy}). -record(exchange_serial, {name, next}). -record(amqqueue, {name, durable, auto_delete, exclusive_owner = none, - arguments, pid, slave_pids, mirror_nodes}). + arguments, pid, slave_pids, mirror_nodes, policy}). %% mnesia doesn't like unary records, so we add a dummy 'value' field -record(route, {binding, value = const}). @@ -66,6 +66,8 @@ -record(listener, {node, protocol, host, ip_address, port}). +-record(runtime_parameters, {key, value}). + -record(basic_message, {exchange_name, routing_keys = [], content, id, is_persistent}). |
