log_compare

APIRef

#include <db.h>

int log_compare(const DB_LSN *lsn0, const DB_LSN *lsn1);

Description

The log_compare function allows the caller to compare two DB_LSN structures, returning 0 if they are equal, 1 if lsn0 is greater than lsn1, and -1 if lsn0 is less than lsn1.

See Also

DB_ENV->set_lg_bsize, DB_ENV->set_lg_dir, DB_ENV->set_lg_max, DB_ENV->set_lg_regionmax, log_archive, log_compare, log_file, log_flush, log_get, log_put, log_register, log_stat, and log_unregister.

APIRef

Copyright Sleepycat Software