From 9863dbfdd45ff4a8fcd06b8a146f7870e4159db9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 18 Aug 1995 21:42:58 +0000 Subject: + Added object type field to object id. + Added name pointer to Object_Control. + Modified Object Open and Close to address name field. + Removed name as separate element from Thread and Proxy Control. + Added parameter "object class" to calls to Initialize Information --- cpukit/score/src/thread.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/score/src/thread.c') diff --git a/cpukit/score/src/thread.c b/cpukit/score/src/thread.c index 0cdb224bbc..5480651d9c 100644 --- a/cpukit/score/src/thread.c +++ b/cpukit/score/src/thread.c @@ -59,6 +59,7 @@ void _Thread_Handler_initialization( _Objects_Initialize_information( &_Thread_Information, + OBJECTS_RTEMS_TASKS, TRUE, maximum_tasks, sizeof( Thread_Control ) -- cgit v1.2.3