summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/resource_snapshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/resource_snapshot.c')
-rw-r--r--cpukit/libcsupport/src/resource_snapshot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/resource_snapshot.c b/cpukit/libcsupport/src/resource_snapshot.c
index 6bba22671b..5475139535 100644
--- a/cpukit/libcsupport/src/resource_snapshot.c
+++ b/cpukit/libcsupport/src/resource_snapshot.c
@@ -63,7 +63,7 @@ static const Objects_Information *const objects_info_table[] = {
&_Dual_ported_memory_Information,
&_Region_Information,
&_Semaphore_Information,
- &_RTEMS_tasks_Information,
+ &_RTEMS_tasks_Information.Objects,
&_Timer_Information
#ifdef RTEMS_POSIX_API
,
@@ -75,7 +75,7 @@ static const Objects_Information *const objects_info_table[] = {
&_POSIX_RWLock_Information,
&_POSIX_Semaphore_Information,
&_POSIX_Spinlock_Information,
- &_POSIX_Threads_Information,
+ &_POSIX_Threads_Information.Objects,
&_POSIX_Timer_Information
#endif
};