Changeset 3235ad9 in rtems for c/src/optman/sapi/no-ext.c


Ignore:
Timestamp:
08/23/95 19:30:23 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5250ff39
Parents:
80e2c29e
Message:

Support for variable length names added to Object Handler. This supports
both fixed length "raw" names and strings from the API's point of view.

Both inline and macro implementations were tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/optman/sapi/no-ext.c

    r80e2c29e r3235ad9  
    2626
    2727rtems_status_code rtems_extension_create(
    28   Objects_Name                   name,
     28  rtems_name                     name,
    2929  rtems_extensions_table *extension_table,
    3030  Objects_Id                    *id
     
    3535
    3636rtems_status_code rtems_extension_ident(
    37   Objects_Name  name,
     37  rtems_name    name,
    3838  Objects_Id   *id
    3939)
Note: See TracChangeset for help on using the changeset viewer.