diff options
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."). |
