diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-11-27 14:09:12 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-11-27 14:09:12 +0000 |
| commit | 42d19be46fbcc0381a0076c40ddea7d9ce212134 (patch) | |
| tree | 8e16d2326463800714f6b474e76d1c6a741a49a0 /include | |
| parent | ac20bd9caed0af14e472db3858c255dbddd8d981 (diff) | |
| parent | e3a5033d09468661d401ec465b509c7e8a14f638 (diff) | |
| download | rabbitmq-server-git-42d19be46fbcc0381a0076c40ddea7d9ce212134.tar.gz | |
Merge bug25323
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index b2832b456d..0ccb80bf02 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -78,8 +78,7 @@ -record(event, {type, props, timestamp}). --record(message_properties, {expiry, needs_confirming = false, - delivered = false}). +-record(message_properties, {expiry, needs_confirming = false}). -record(plugin, {name, %% atom() version, %% string() |
