Guardian Procedure Calls Reference Manual

PROCESS_MONITOR_NET_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameter
Considerations
Summary
The PROCESS_MONITOR_NET_ procedure enables or disables receipt of system messages
concerning the status of processors in remote systems.
Syntax for C Programmers
#include <cextdecs(PROCESS_MONITOR_NET_)>
void PROCESS_MONITOR_NET_ ( short enable );
Syntax for TAL Programmers
CALL PROCESS_MONITOR_NET_ ( enable ); ! i
Parameter
enable
input
INT:value
contains one of these values:
Disable receipt of messages0
Enable receipt of messages1
Considerations
To receive status changes for local processors
PROCESS_MONITOR_NET_ only provides notification of status changes for remote processors.
To receive notification of status changes for local processors, an application process must call
PROCESS_MONITOR_CPUS.
Change in status of network processors
A process that has enabled PROCESS_MONITOR_NET_ receives a system message (-8, -100,
-110, -111, or -113) on $RECEIVE whenever a change in the status of a remote processor
occurs. The processor status bit masks have a 1 in bit cpu number to indicate that the
processor is up and a 0 to indicate that the processor is down. See the Guardian Procedure
Errors and Messages Manual for details about system messages sent to processes.
PROCESS_MONITOR_NET_ Procedure 1081