diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-04-18 15:18:07 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-04-18 15:18:07 +0100 |
| commit | 736fc20bce1c835ee5ea53b440eee14379f3ee2f (patch) | |
| tree | b95d1f31a792336c718f88e451c4d5379dbcdf15 /src | |
| parent | 51c980e8b5e54abddf4f4da037346bb8543a6e4f (diff) | |
| download | rabbitmq-server-git-736fc20bce1c835ee5ea53b440eee14379f3ee2f.tar.gz | |
I suppose it would be polite to add specs here.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_node_monitor.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rabbit_node_monitor.erl b/src/rabbit_node_monitor.erl index 61df9f66c7..2d23702089 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. %%---------------------------------------------------------------------------- |
