Content-type: text/html
void Trace_GetFid(recPtr, fidplist, nump) dfs_header_t *recPtr; generic_fid_t *fidplist[]; int *nump;
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.
Lily B. Mummert