summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRob Harrop <rharrop@vmware.com>2010-08-19 11:23:08 +0100
committerRob Harrop <rharrop@vmware.com>2010-08-19 11:23:08 +0100
commitf2a73308e711246d6ea2c50caad7d846be0e022c (patch)
tree4d1391b5379385a7bcdd60bc2d5125237418ded6 /include
parent5dc194ebe90103c0374332ce49b0b212dab0d75a (diff)
parent4f47fdefbc9b0189522a7e6b96b8a5a84eaf5ae9 (diff)
downloadrabbitmq-server-git-f2a73308e711246d6ea2c50caad7d846be0e022c.tar.gz
merge default into bug23111
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index b9abd78857..be0d4b8233 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -74,6 +74,8 @@
-record(event, {type, props, timestamp}).
+-record(msg_properties, {expiry}).
+
%%----------------------------------------------------------------------------
-define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd.").