diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-07-23 16:20:17 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-07-23 16:20:17 +0100 |
| commit | 0ff5c08ce301338aec482909b662c924a30b2d10 (patch) | |
| tree | dcbdee99159a10c785fb60dac39a19d25a55173e /include | |
| parent | b14084f50457f042dba3629dcdbbbcba1c0d4daa (diff) | |
| download | rabbitmq-server-git-0ff5c08ce301338aec482909b662c924a30b2d10.tar.gz | |
First pass at queue-size-in-bytes. Only lightly tested, and with no upgrade step for QI. But I wanted to commit something...
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index 7a40f9ebf0..5e41ea93bf 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -87,7 +87,7 @@ -record(event, {type, props, reference = undefined, timestamp}). --record(message_properties, {expiry, needs_confirming = false}). +-record(message_properties, {expiry, needs_confirming = false, size}). -record(plugin, {name, %% atom() version, %% string() |
