summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-10-25 21:49:04 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-10-25 21:49:04 +0100
commitd7354c96df639f127b020f8a43f87adad212fe5d (patch)
treee8152fcf5a04b80412b5e7f56f98fd652cf6b64e /include/rabbit.hrl
parentf287f3adc874cd4a590fef7905208227b1ed77ce (diff)
parent5e742b32411b19afd398f27697872775cf721c52 (diff)
downloadrabbitmq-server-git-d7354c96df639f127b020f8a43f87adad212fe5d.tar.gz
merge bug23344 into default
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index af6e257ade..ae672fc908 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -74,6 +74,8 @@
-record(event, {type, props, timestamp}).
+-record(message_properties, {expiry}).
+
%%----------------------------------------------------------------------------
-define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd.").