diff options
| author | Rob Harrop <rharrop@vmware.com> | 2010-08-20 11:28:57 +0100 |
|---|---|---|
| committer | Rob Harrop <rharrop@vmware.com> | 2010-08-20 11:28:57 +0100 |
| commit | ec42c2a48cdce9b49920bfc751feda835cdf8bee (patch) | |
| tree | ae05eed85f4e34ec61add5eeca4ac3cc57356afc /include | |
| parent | f2a73308e711246d6ea2c50caad7d846be0e022c (diff) | |
| download | rabbitmq-server-git-ec42c2a48cdce9b49920bfc751feda835cdf8bee.tar.gz | |
in flight, want to test against default
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 2 |
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."). |
