+ 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:
Joel Sherrill
1995-08-18 21:42:58 +00:00
parent 95fbca1940
commit 9863dbfdd4
26 changed files with 80 additions and 33 deletions
+1
View File
@@ -36,6 +36,7 @@ void _Extension_Manager_initialization(
{
_Objects_Initialize_information(
&_Extension_Information,
OBJECTS_RTEMS_EXTENSIONS,
FALSE,
maximum_extensions,
sizeof( Extension_Control )