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

Technical Reference: Kernel and Subsystems, Volume 1

errresume Kernel Service

Purpose

Resumes error logging after an errlast command was issued.

Syntax

void errresume()

Description

When an error is logged with the errlast command, no more error logging will happen on the system until an errresume call is issued.

Execution Environment

This can be called from either the process or an interrupt level.

Related Information

The errsave or errlast Kernel Service.

Error-Logging Facility in AIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs

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