int SLOG_Irec_SetMinRec( SLOG_intvlrec_t *intvlrec,
const SLOG_rectype_t rectype,
const SLOG_intvltype_t intvltype,
const SLOG_bebit_t bebit_0,
const SLOG_bebit_t bebit_1,
const SLOG_starttime_t starttime,
const SLOG_duration_t duration,
const SLOG_nodeID_t node_id,
const SLOG_cpuID_t cpu_id,
const SLOG_threadID_t thread_id,
const SLOG_where_t where )
SLOG_SUCCESS is returned when no error is encountered.
SLOG_FAIL is returned when error is encounted.
SLOG_EOF is returned when End of file is encounted.
There are also SLOG_TRUE and SLOG_FALSE which are sued as boolean
values, in particular they are used in boolean functions which
are usually named as IsXXXXX(), AreXXXXX() and HasXXXXX().
Location:../src/slog_irec_write.c