-I'Berkeley DB: log_compare[P

log_compare





#include <db.h>

int4log_compare(const DB_LSN *lsn0, const DB_LSN *lsn1);





Description



9The log_compare function allows the caller to compare twoDB_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

9log_archive,5log_close, log_compare,3log_file,5log_flush,1log_get,3log_open,1log_put,>log_register,3log_stat,6log_unlinkandBlog_unregister.
ÿÿ