Guardian Programming Reference Summary for C

Functions Summary (G-N)
Guardian Programming Reference Summary for C522630-001
6-28
value
MOM
(superseded by PROCESS_GETINFO_ and PROCESS_GETINFOLIST_) Provides a
process with the process ID of its creator.
This procedure does not have a C syntax, because it is superseded and should not be
used for new development. This procedure is supported only for compatibility with
previous software.
MONITORCPUS
Notifies the application process when a designated processor module fails or is returned
to an operable state.
MONITORNET
Enables or disables the receipt of system messages concerning the status of processors in
remote systems.
enable
0 = The current limit on the number of messages to this process, as set by
CONTROLMESSAGESYSTEM
1 = The current limit on the number of messages from this process, as set by
CONTROLMESSAGESYSTEM
4 = The number of outstanding (non-LCB) messages to this process
5 = The number of outstanding (non-LCB) messages from this process
#include <cextdecs(MONITORCPUS)>
void MONITORCPUS ( short cpu-mask ); /* i */
#include <cextdecs(MONITORNET)>
void MONITORNET ( short enable ); /* i */
0 = Disable the receipt of messages.
1 = Enable the receipt of messages.