summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRob Harrop <rharrop@vmware.com>2010-08-20 11:28:57 +0100
committerRob Harrop <rharrop@vmware.com>2010-08-20 11:28:57 +0100
commitec42c2a48cdce9b49920bfc751feda835cdf8bee (patch)
treeae05eed85f4e34ec61add5eeca4ac3cc57356afc /include
parentf2a73308e711246d6ea2c50caad7d846be0e022c (diff)
downloadrabbitmq-server-git-ec42c2a48cdce9b49920bfc751feda835cdf8bee.tar.gz
in flight, want to test against default
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 be0d4b8233..82c60e936d 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -76,6 +76,8 @@
-record(msg_properties, {expiry}).
+-record(qientry, {guid, seq_id, expiry}).
+
%%----------------------------------------------------------------------------
-define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd.").