diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2011-03-05 00:31:49 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2011-03-05 00:31:49 +0000 |
| commit | d4987872568bf61164b03ce85798df33440cf3ad (patch) | |
| tree | 3841f92f54718652331fab0f91e1aa37597c72e6 /include | |
| parent | 2a4dc5912890903d845080db60f8634519da0874 (diff) | |
| download | rabbitmq-server-git-d4987872568bf61164b03ce85798df33440cf3ad.tar.gz | |
make handling of confirms more obvious in BQ API
and fix some bugs introduced earlier
...amazingly it all seems to work now
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit_backing_queue_spec.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rabbit_backing_queue_spec.hrl b/include/rabbit_backing_queue_spec.hrl index 2e4d1b0a35..b2bf6bbbce 100644 --- a/include/rabbit_backing_queue_spec.hrl +++ b/include/rabbit_backing_queue_spec.hrl @@ -43,6 +43,7 @@ (false, rabbit_types:basic_message(), rabbit_types:message_properties(), state()) -> {undefined, state()}). +-spec(drain_confirmed/1 :: (state()) -> {[rabbit_guid:guid()], state()}). -spec(dropwhile/2 :: (fun ((rabbit_types:message_properties()) -> boolean()), state()) -> state()). |
