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

Understanding the Diagnostic Subsystem for AIX

dlog_same_elogId

Purpose

Determines if a diagnostic log entry has a specific error log identifier.

Syntax

#include                <diag/diag_log.h>

int dlog_same_elogId(dlEntry *dlogEntry,uint el_identifier) 

Description

The dlog_same_elogId subroutine determines if the specified entry has the same error log identifier as the given error log identifier.

Parameters

Parameter Description
dlogEntry Pointer to diagnostic log entry
el_identifier Error log identifier

Return Value

If the entry has the same error log identifier, a value of 1 is returned. Otherwise, a value of 0 is returned.

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