Changeset 3235ad9 in rtems for c/src/exec/sapi/headers/config.h


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/exec/sapi/headers/config.h

    r80e2c29e r3235ad9  
    2222#endif
    2323
     24#include <rtems/types.h>
    2425#include <rtems/object.h>
    2526#include <rtems/thread.h>
     
    3334
    3435typedef struct {
    35   Objects_Name          name;              /* task name */
     36  rtems_name            name;              /* task name */
    3637  unsigned32            stack_size;        /* task stack size */
    3738  rtems_task_priority   initial_priority;  /* task priority */
Note: See TracChangeset for help on using the changeset viewer.