summaryrefslogtreecommitdiff
path: root/src/rabbit_event.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rabbit_event.erl')
-rw-r--r--src/rabbit_event.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_event.erl b/src/rabbit_event.erl
index 113ffcb4..0f00537a 100644
--- a/src/rabbit_event.erl
+++ b/src/rabbit_event.erl
@@ -69,7 +69,7 @@
-type(timer_fun() :: fun (() -> 'ok')).
--spec(start_link/0 :: () -> rabbit_types:ok_or_error2(pid(), any())).
+-spec(start_link/0 :: () -> rabbit_types:ok_pid_or_error()).
-spec(init_stats_timer/0 :: () -> state()).
-spec(ensure_stats_timer/3 :: (state(), timer_fun(), timer_fun()) -> state()).
-spec(stop_stats_timer/2 :: (state(), timer_fun()) -> state()).