summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorRob Harrop <rharrop@vmware.com>2010-08-18 23:10:13 +0100
committerRob Harrop <rharrop@vmware.com>2010-08-18 23:10:13 +0100
commit38ef0ab2f42eb1bd0254dadbe29533d4aa8ad99e (patch)
tree12dbdb3381c60a1921abb68096d38319511f5332 /include/rabbit.hrl
parentdcc3c443caf32700ab7cafa340d7c860cd1525b8 (diff)
downloadrabbitmq-server-git-38ef0ab2f42eb1bd0254dadbe29533d4aa8ad99e.tar.gz
reworked backing_queue and variable_queue to store msg_properties. used msg properties for storing and manipulating message expiry
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index baa2d72110..be0d4b8233 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -74,7 +74,7 @@
-record(event, {type, props, timestamp}).
--record(msg_properties, {ttl}).
+-record(msg_properties, {expiry}).
%%----------------------------------------------------------------------------