From 4c376a37f320e00933daf0921cbf5d3ede57b8a6 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 10 Apr 2007 17:55:05 +0000 Subject: [PATCH] add missing thread_tick in the !DO_PSTATS case --- panda/src/pstatclient/pStatClient.h | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/pstatclient/pStatClient.h b/panda/src/pstatclient/pStatClient.h index 72646fc561..e176454538 100644 --- a/panda/src/pstatclient/pStatClient.h +++ b/panda/src/pstatclient/pStatClient.h @@ -251,6 +251,7 @@ PUBLISHED: INLINE static void resume_after_pause() { } static void main_tick() { } + static void thread_tick(const string &) { } }; #endif // DO_PSTATS