#include <idl/c/base.h> #include <idl/c/pfm.h>
void pfm_$signal (fault_signal) status_$t *fault_signal;
The pfm_$signal routine signals the fault specified by the fault_signal parameter to the calling process. It is usually called to leave cleanup handlers.
Note: This routine does not return when successful.
Input | |
---|---|
fault_ signal | Indicates a fault code. |
To send the calling process a fault signal, enter:
pfm_$signal(fst);
where fst is a valid PFM fault.
This Library Routine is part of Network Computing System in Network Support Facilities in Base Operating System (BOS) Runtime.
Remote Procedure Call (RPC) Runtime Library (NCS) in AIX Version 4.3 Communications Programming Concepts.