diff options
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/test.c b/src/or/test.c index f5e9d51230..ba5f2a45a2 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -1207,6 +1207,8 @@ static tor_mutex_t *_thread_test_start1 = NULL; static tor_mutex_t *_thread_test_start2 = NULL; static strmap_t *_thread_test_strmap = NULL; +static void _thread_test_func(void* _s) ATTR_NORETURN; + static void _thread_test_func(void* _s) { |