فهرست منبع

add missing thread_tick in the !DO_PSTATS case

David Rose 18 سال پیش
والد
کامیت
4c376a37f3
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      panda/src/pstatclient/pStatClient.h

+ 1 - 0
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