summaryrefslogtreecommitdiff
path: root/innobase/include/sync0arr.h
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/include/sync0arr.h')
-rw-r--r--innobase/include/sync0arr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/innobase/include/sync0arr.h b/innobase/include/sync0arr.h
index 92691d5fdd9..fecd910683e 100644
--- a/innobase/include/sync0arr.h
+++ b/innobase/include/sync0arr.h
@@ -97,9 +97,11 @@ sync_arr_wake_threads_if_sema_free(void);
/**************************************************************************
Prints warnings of long semaphore waits to stderr. */
-void
+ibool
sync_array_print_long_waits(void);
/*=============================*/
+ /* out: TRUE if fatal semaphore wait threshold
+ was exceeded */
/************************************************************************
Validates the integrity of the wait array. Checks
that the number of reserved cells equals the count variable. */