summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-04-09 16:09:28 +0100
committerMatthew Sackman <matthew@lshift.net>2010-04-09 16:09:28 +0100
commitaa49051b35b5bdf14c046f815dbf7db04b531a84 (patch)
treed5da9b033a476146419db97a5bb704fd4392c772 /include
parent996677caa9cb816415751195d49f34de4116a6dc (diff)
downloadrabbitmq-server-git-aa49051b35b5bdf14c046f815dbf7db04b531a84.tar.gz
Hide the startup of the msg_stores behind the pluggable API
Diffstat (limited to 'include')
-rw-r--r--include/rabbit_backing_queue_type_spec.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rabbit_backing_queue_type_spec.hrl b/include/rabbit_backing_queue_type_spec.hrl
index 836e220bf7..85d9a067f2 100644
--- a/include/rabbit_backing_queue_type_spec.hrl
+++ b/include/rabbit_backing_queue_type_spec.hrl
@@ -29,6 +29,7 @@
%% Contributor(s): ______________________________________.
%%
+-spec(start/1 :: ([amqqueue()]) -> 'ok').
-spec(init/2 :: (queue_name(), boolean()) -> state()).
-spec(terminate/1 :: (state()) -> state()).
-spec(delete_and_terminate/1 :: (state()) -> state()).