diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-09-27 14:58:55 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-09-27 14:58:55 +0100 |
| commit | 1b7203f912f99ba6a894121c8b6b94ffb4cb6f6c (patch) | |
| tree | cc6925a965d3afcf5645469efd754a25c036c3f8 /include | |
| parent | 4fd6cabef0fb6ae6ab47b9039c5ffc73a2897f7c (diff) | |
| parent | a4690b9d08e729e51945ebc63f2a6132bfe7702e (diff) | |
| download | rabbitmq-server-git-1b7203f912f99ba6a894121c8b6b94ffb4cb6f6c.tar.gz | |
merge bug25185 into default
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index fff922057d..f238958751 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -78,7 +78,8 @@ -record(event, {type, props, timestamp}). --record(message_properties, {expiry, needs_confirming = false}). +-record(message_properties, {expiry, needs_confirming = false, + delivered = false}). -record(plugin, {name, %% atom() version, %% string() |
