diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2010-07-21 06:59:57 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-07-21 06:59:57 +0100 |
| commit | 5e1a01349a8e2ba636938ad5424c40cc45a6240f (patch) | |
| tree | 092f133035ea43e92159ebce8b7ab9c0062535cb /include | |
| parent | 79de0821eae1c6507ca4d98244fe2718f5914102 (diff) | |
| download | rabbitmq-server-git-5e1a01349a8e2ba636938ad5424c40cc45a6240f.tar.gz | |
flesh out backing_queue API
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 0f57f62433..005994f09f 100644 --- a/include/rabbit_backing_queue_spec.hrl +++ b/include/rabbit_backing_queue_spec.hrl @@ -38,6 +38,7 @@ -type(ack_required() :: boolean()). -spec(start/1 :: ([rabbit_amqqueue:name()]) -> 'ok'). +-spec(stop/0 :: () -> 'ok'). -spec(init/3 :: (rabbit_amqqueue:name(), is_durable(), attempt_recovery()) -> state()). -spec(terminate/1 :: (state()) -> state()). -spec(delete_and_terminate/1 :: (state()) -> state()). |
