diff options
| author | Rob Harrop <rharrop@vmware.com> | 2010-09-21 14:25:19 +0100 |
|---|---|---|
| committer | Rob Harrop <rharrop@vmware.com> | 2010-09-21 14:25:19 +0100 |
| commit | 95937eccabb50d5e5cc190d1b9f577ccb9a13b51 (patch) | |
| tree | 2cba2252c78beeb7883c072b3ac4b6e77f0258aa /include | |
| parent | 42cd6a4e553e44dd09d2d8004cf7ea3eac7da25c (diff) | |
| parent | 453b60dc6a45ef50209f5831f70bbd2a330ee88f (diff) | |
| download | rabbitmq-server-git-95937eccabb50d5e5cc190d1b9f577ccb9a13b51.tar.gz | |
merge with 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 24aa8d987c..0f0a0e87fd 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -74,6 +74,8 @@ -record(event, {type, props, timestamp}). +-record(msg_properties, {expiry}). + %%---------------------------------------------------------------------------- -define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd."). |
