mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 00:05:39 +08:00
+ 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
This commit is contained in:
@@ -36,6 +36,7 @@ void _Extension_Manager_initialization(
|
||||
{
|
||||
_Objects_Initialize_information(
|
||||
&_Extension_Information,
|
||||
OBJECTS_RTEMS_EXTENSIONS,
|
||||
FALSE,
|
||||
maximum_extensions,
|
||||
sizeof( Extension_Control )
|
||||
|
||||
Reference in New Issue
Block a user