aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chschd.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/chschd.h')
-rw-r--r--os/rt/include/chschd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/os/rt/include/chschd.h b/os/rt/include/chschd.h
index 4d04ee56e..b90ed077b 100644
--- a/os/rt/include/chschd.h
+++ b/os/rt/include/chschd.h
@@ -245,6 +245,9 @@ struct thread {
void *p_mpool;
#endif
#if CH_DBG_STATISTICS || defined(__DOXYGEN__)
+ /**
+ * @brief Thread statistics.
+ */
time_measurement_t p_stats;
#endif
#if defined(CH_CFG_THREAD_EXTRA_FIELDS)