summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_misc.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rabbit_misc.erl b/src/rabbit_misc.erl
index 286d8bbc58..40afae9410 100644
--- a/src/rabbit_misc.erl
+++ b/src/rabbit_misc.erl
@@ -255,6 +255,9 @@
-spec(store_proc_name/1 :: (rabbit_types:proc_type_and_name()) -> ok).
-spec(moving_average/4 :: (float(), float(), float(), float() | 'undefined')
-> float()).
+-spec(timestamp/1 :: ({pos_integer(),
+ pos_integer(),
+ pos_integer()}) -> pos_integer()).
-endif.
%%----------------------------------------------------------------------------