#3841 closed enhancement (fixed)
Add rtems_object_get_local_node()
Reported by: | Sebastian Huber | Owned by: | Sebastian Huber |
---|---|---|---|
Priority: | normal | Milestone: | 5.1 |
Component: | rtems | Version: | 5 |
Severity: | normal | Keywords: | qualification |
Cc: | Blocked By: | ||
Blocking: |
Description
Add
/** * @brief Get the local MPCI node number. * * @return The local MPCI node number. */ uint16_t rtems_object_get_local_node( void );
to avoid the direct use of internal data structures.
Change History (3)
comment:1 Changed on 12/13/19 at 09:10:38 by Sebastian Huber <sebastian.huber@…>
comment:2 Changed on 12/20/19 at 06:18:15 by Sebastian Huber <sebastian.huber@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed on 06/23/21 at 07:16:03 by Sebastian Huber
Keywords: | qualification added |
---|
Note: See
TracTickets for help on using
tickets.
In a00dff42/rtems: