summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-04-18 15:18:07 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-04-18 15:18:07 +0100
commit6435a6cbcf9ad1782fbef8eec9daab9ecc3d8eef (patch)
treeb95d1f31a792336c718f88e451c4d5379dbcdf15
parentaea1d035dc499f3f4d4bc13ea53ab23186ef8316 (diff)
downloadrabbitmq-server-6435a6cbcf9ad1782fbef8eec9daab9ecc3d8eef.tar.gz
I suppose it would be polite to add specs here.
-rw-r--r--src/rabbit_node_monitor.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rabbit_node_monitor.erl b/src/rabbit_node_monitor.erl
index 61df9f66..2d237020 100644
--- a/src/rabbit_node_monitor.erl
+++ b/src/rabbit_node_monitor.erl
@@ -60,6 +60,9 @@
-spec(partitions/0 :: () -> {node(), [node()]}).
-spec(subscribe/1 :: (pid()) -> 'ok').
+-spec(all_nodes_up/0 :: () -> boolean()).
+-spec(run_outside_applications/1 :: (fun (() -> any())) -> pid()).
+
-endif.
%%----------------------------------------------------------------------------