Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (C)
Guardian Procedure Calls Reference Manual522629-013
3-72
CHILD_LOST_ Procedure
Parameters
status returned value
INT
indicates the result of the check. Valid values are:
0 Process or process pair is not lost
1 (reserved)
2 Parameter error
3 Bounds error
4 Process or process pair is lost
5 System message is not relevant (see
message parameter, below)
message:length input:input
STRING .EXT:ref:*, INT:value
is the status-change message that was received. The
message process must be
exactly
length bytes long. Relevant messages are:
-2 Local processor down
-5 Process deletion (stop)
-6 Process deletion (abend)
-8 Network status change
-100 Remote processor down
-101 Process deletion
-110 Connection to remote system lost
If any other system message is supplied, a
status value of 5 is returned.
processhandle input
INT .EXT:ref:10
is the process handle of the process to be checked.
For a check involving a named process pair, it is the process handle of any present
or former member of that pair.