probe_process.exec_complete

Langue: en

Version: February 2009 (ubuntu - 08/07/09)

Section: 5 (Format de fichier)

NAME

probe_process.exec_complete - Return from exec to a new program

SYNOPSIS

 probe process.exec_complete 
 

VALUES

success

A boolean indicating whether the exec was successful

errno

The error number resulting from the exec

CONTEXT

On success, the context of the new executable. On failure, remains in the context of the caller.

DESCRIPTION

Fires at the completion of an exec call.

AUTHOR

William Cohen <wcohen@redhat.com>