#include <stdio.h> #include "mpe.h" void CLOG_procbuf( buf ) double *buf;This function fills in fields in log records that were left out duringactual logging to save memory accesses. Typical fields are the processid and the lengths of records that are known by predefined type. This isalso where we will adjust timestamps.
Input parameter
Location:clog_merge.c