Initializes the program fault management (PFM) package.
#include <idl/c/base.h> #include <idl/c/pfm.h>
void pfm_$init (flags)
unsigned long flags;
The pfm_$init routine initializes the PFM package. Applications that use the PFM package should invoke the pfm_$init routine before invoking any other Network Computing System (NCS) routines.
To initialize the PFM subsystem, enter:
pfm_$init(pfm_$init_signal_handlers);
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.