summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorRob Harrop <rob@rabbitmq.com>2010-11-25 16:08:47 +0000
committerRob Harrop <rob@rabbitmq.com>2010-11-25 16:08:47 +0000
commit6c50d609f32995e223e22ab286bdf9b3c03ed952 (patch)
tree19beabaca231db2cb1c958f3322c826cc434ad41 /include/rabbit.hrl
parentb0c2cac6b7d7b3efb9df6d39dfaba5ca7b90fc1b (diff)
parentdadd84b373cdabd2c0c2c350527a97d0a5ff887a (diff)
downloadrabbitmq-server-git-6c50d609f32995e223e22ab286bdf9b3c03ed952.tar.gz
merge with default
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index a1987fb292..fccfad9708 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -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}).
%%----------------------------------------------------------------------------