diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2010-12-23 16:21:13 +0000 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2010-12-23 16:21:13 +0000 |
| commit | fc11634c5c1cb7701563b2d66fe3fafd8a3f9505 (patch) | |
| tree | 88a0a339e607bee99841d5599dbd8ba2808d26e6 /include/rabbit.hrl | |
| parent | 831891ea9e3a4d7b13986cbb60f8f49dde909b52 (diff) | |
| parent | 7842327c5653565ac13ea4406b41490a4f757881 (diff) | |
| download | rabbitmq-server-git-fc11634c5c1cb7701563b2d66fe3fafd8a3f9505.tar.gz | |
Merged default into bug23445
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index a1987fb292..8c8e12a15e 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -51,7 +51,7 @@ -record(resource, {virtual_host, kind, name}). --record(exchange, {name, type, durable, auto_delete, arguments}). +-record(exchange, {name, type, durable, auto_delete, internal, arguments}). -record(amqqueue, {name, durable, auto_delete, exclusive_owner = none, arguments, pid}). @@ -69,12 +69,13 @@ is_persistent}). -record(ssl_socket, {tcp, ssl}). --record(delivery, {mandatory, immediate, txn, sender, message}). +-record(delivery, {mandatory, immediate, txn, sender, message, + msg_seq_no}). -record(amqp_error, {name, explanation = "", method = none}). -record(event, {type, props, timestamp}). --record(message_properties, {expiry}). +-record(message_properties, {expiry, needs_confirming = false}). %%---------------------------------------------------------------------------- |
