diff options
| author | Rob Harrop <rharrop@vmware.com> | 2010-08-18 14:49:48 +0100 |
|---|---|---|
| committer | Rob Harrop <rharrop@vmware.com> | 2010-08-18 14:49:48 +0100 |
| commit | dcc3c443caf32700ab7cafa340d7c860cd1525b8 (patch) | |
| tree | 163062bfd57b5fed3d4b899e080b026d777209ab /include/rabbit.hrl | |
| parent | 200359bf5a66a9129c0d78513e0b22b06f0d2273 (diff) | |
| download | rabbitmq-server-git-dcc3c443caf32700ab7cafa340d7c860cd1525b8.tar.gz | |
added msg_properties record for rabbit.hrl
Diffstat (limited to 'include/rabbit.hrl')
| -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 b9abd78857..baa2d72110 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -74,6 +74,8 @@ -record(event, {type, props, timestamp}). +-record(msg_properties, {ttl}). + %%---------------------------------------------------------------------------- -define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd."). |
