diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-01-22 15:14:38 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-01-22 15:14:38 +0000 |
| commit | 7de3307efd10d6bbdab51c4106e83a3d452780c4 (patch) | |
| tree | 169f5814ec641db3b9805702e41a38708d64b1ac /include | |
| parent | ae93c0f462a554980dc4af0b3f5bd5cdab78da8b (diff) | |
| download | rabbitmq-server-git-7de3307efd10d6bbdab51c4106e83a3d452780c4.tar.gz | |
s/confirmed/confirm/g, fix a test.
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 ba52a407ae..6d117e3d6f 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -70,7 +70,7 @@ is_persistent}). -record(ssl_socket, {tcp, ssl}). --record(delivery, {mandatory, confirmed, sender, message, msg_seq_no}). +-record(delivery, {mandatory, confirm, sender, message, msg_seq_no}). -record(amqp_error, {name, explanation = "", method = none}). -record(event, {type, props, timestamp}). |
