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/rtems/src/tasks.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/rtems/src/tasks.c') diff --git a/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c index edba524d94..e900df0ab8 100644 --- a/cpukit/rtems/src/tasks.c +++ b/cpukit/rtems/src/tasks.c @@ -143,7 +143,6 @@ rtems_status_code rtems_task_create( return( RTEMS_TOO_MANY ); } - the_thread->name = name; the_thread->attribute_set = the_attribute_set; the_thread->current_state = STATES_DORMANT; the_thread->current_modes = initial_modes; -- cgit v1.2.3