Content-type: text/html Manpage of TRACE_GETFID

TRACE_GETFID

Section: C Library Functions (3)     Updated: Feb 10, 1992    Return to Library's README

NAME

Trace_GetFid -- Get list of fids in a trace record

SYNOPSIS

void Trace_GetFid(recPtr, fidplist, nump)
dfs_header_t *recPtr;
generic_fid_t *fidplist[];
int *nump;

DESCRIPTION

Trace_GetFid returns the number of fids in the record in nump, and a list of pointers to the fids in fidplist. Most of the trace records contain fids, all contain fewer than 5 fids (RENAME contains 4). If there are no fids in a record, *nump will be set to 0.

AUTHOR

Lily B. Mummert


Index

NAME
SYNOPSIS
DESCRIPTION
AUTHOR

This document was created on Time: 05:25:52 GMT, October 10, 1998