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

Understanding the Diagnostic Subsystem for AIX

getdainput, clrdainput

Purpose

Gets and clears the input for the Diagnostic Application (DA).

Syntax

#include    <diag/tm_input.h>

int getdainput ( tm_input )
struct tm_input *tm_input;

int clrdainput ( )

Description

The getdainput subroutine gets the input for the DA from the TMInput object class. The clrdainput subroutine clears the TMInput object class.

Parameters

Parameter Description
tm_input Pointer to the structure where the data should be written.

Return Value

Upon successful completion, a value of 0 is returned. Otherwise, a value of -1 is returned.

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