diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-04-07 18:19:16 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-04-07 18:19:16 +0100 |
| commit | 44efb9f3fb70eb5bf779a87314bd3f9752cecd52 (patch) | |
| tree | 5f849e09cc8f888709d39c193e2d1be3e67a60ad /include | |
| parent | 4b4e4bfb306d79cb46d0e465a7d2b87e79ad6832 (diff) | |
| download | rabbitmq-server-git-44efb9f3fb70eb5bf779a87314bd3f9752cecd52.tar.gz | |
Well txns are still only half in. But I want to go home.
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit_backing_queue_spec.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rabbit_backing_queue_spec.hrl b/include/rabbit_backing_queue_spec.hrl index b0c5f13b03..d9296bf631 100644 --- a/include/rabbit_backing_queue_spec.hrl +++ b/include/rabbit_backing_queue_spec.hrl @@ -71,6 +71,7 @@ -spec(handle_pre_hibernate/1 :: (state()) -> state()). -spec(status/1 :: (state()) -> [{atom(), any()}]). -spec(invoke/3 :: (atom(), fun ((atom(), A) -> A), state()) -> state()). --spec(is_duplicate/2 :: (rabbit_types:basic_message(), state()) -> +-spec(is_duplicate/3 :: + (rabbit_types:txn(), rabbit_types:basic_message(), state()) -> {'false'|'published'|'discarded', state()}). -spec(discard/3 :: (rabbit_types:basic_message(), pid(), state()) -> state()). |
