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.

MXR10167 will include this change.