diff options
| author | Daniil Fedotov <dfedotov@pivotal.io> | 2016-11-10 16:00:51 +0000 |
|---|---|---|
| committer | Daniil Fedotov <dfedotov@pivotal.io> | 2016-11-10 16:01:01 +0000 |
| commit | 5c6d8e523349bb7df418cfff52b99f173a7cc4c1 (patch) | |
| tree | 30e667ca80648c3e0ff0b3d59cc707120afa4470 | |
| parent | 590d717a266922ce76e1b214ea1045408b2401bd (diff) | |
| download | rabbitmq-server-git-5c6d8e523349bb7df418cfff52b99f173a7cc4c1.tar.gz | |
Export alarm function to avoid calling status/0 from cluster_status command
| -rw-r--r-- | src/rabbit.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl index 4b12e20b47..c5f856df91 100644 --- a/src/rabbit.erl +++ b/src/rabbit.erl @@ -19,7 +19,7 @@ -behaviour(application). -export([start/0, boot/0, stop/0, - stop_and_halt/0, await_startup/0, status/0, is_running/0, + stop_and_halt/0, await_startup/0, status/0, is_running/0, alarms/0, is_running/1, environment/0, rotate_logs/0, force_event_refresh/1, start_fhc/0]). -export([start/2, stop/1, prep_stop/1]). |
