summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-10-22 14:20:20 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-10-22 14:20:20 +0100
commitf0650618c0335d607e221fd2f77e114191829a34 (patch)
tree08902b2bdf562020aba417db118694b498c066c5 /include/rabbit.hrl
parent6a4cb79c1417e80bddd3f204797941285dc2a77f (diff)
parent9fdf6a76a0e4de9d9759911db104d4df2f7e3cce (diff)
downloadrabbitmq-server-git-f0650618c0335d607e221fd2f77e114191829a34.tar.gz
Merging bug23111 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.").