[ Previous | Next | Contents | Home | Search ]
AIX Version 4.3 Understanding the Diagnostic Subsystem for AIX

init_dgodm, term_dgodm

Purpose

Initializes or stops the Object Data Manager.

Syntax

int init_dgodm ( )
 
int term_dgodm ( )

Description

The init_dgodm subroutine issues an odm_initialize call to the Object Data Manager. This should be done at the beginning of the Diagnostic Application (DA).

The term_dgodm subroutine issues an odm_terminate call to the Object Data Manager. This should be done at the end of the DA.

Parameters

Takes no parameters.

Return Value

A value of 0 is always returned.


[ Previous | Next | Contents | Home | Search ]