Opened 5 days ago

Last modified 5 days ago

#403 accepted defect

Add ipc_$read_ev_chn to pl1.dcl

Reported by: Gary Dixon Owned by: Gary Dixon
Priority: major Milestone: MR12.9
Component: Tools Version: MR12.6e
Keywords: Cc:

Description

All of the external entry points of ipc_ are included in pl1.dcl
(because they are all referenced via the ipc_.alm transfer vector)
except for:

ipc_$run_event_calls ipc_$read_ev_chn

Because $run_event_calls entry point is only expected to be called by the wkp_signal_handler_, one could argue there is no need to include its declaration in the pl1.dcl segment. But if so, then why is its entry point documented in ipc_.info? Perhaps it should not be so documented.

ipc_$read_ev_chn is definitely designed for use by IPC users, and therefore should be declared in pl1.dcl. This ticket recommends that repair.

Change History (2)

comment:1 by Gary Dixon, 5 days ago

Owner: changed from Eric Swenson to Gary Dixon
Status: newaccepted

comment:2 by Gary Dixon, 5 days ago

MXR10167 will include this change.

Version 0, edited 5 days ago by Gary Dixon (next)
Note: See TracTickets for help on using tickets.