[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Technical Reference: Communications, Volume 1

pfm_$signal Library Routine (NCS)

Purpose

Signals the calling process.

Syntax

#include <idl/c/base.h>
#include <idl/c/pfm.h>


void
pfm_$signal ( fault_signal)
status_$t *fault_signal;

Description

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.

Parameters

Input

fault_ signal Indicates a fault code.

Examples

To send the calling process a fault signal, enter:

pfm_$signal(fst);

where fst is a valid PFM fault.

Related Information

Remote Procedure Call (RPC) Runtime Library (NCS) in AIX 5L Version 5.2 Communications Programming Concepts.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]