MPE_Initialized_logging

Langue: en

Autres versions - même langue

Version: 173191 (fedora - 06/07/09)

Section: 4 (Pilotes et protocoles réseau)

NAME

MPE_Initialized_logging - Indicate whether MPE_Init_log() or MPE_Finish_log() have been called.

SYNOPSIS

 int MPE_Initialized_logging( void )
 

NOTES

This function is threadsafe.

RETURNS

0 if MPE_Init_log() has not been called, 1 if MPE_Init_log() has been called but MPE_Finish_log() has not been called, and 2 otherwise.

LOCATION