Searched refs:stable_lsn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_archive.c47 DB_LSN stable_lsn; local
87 if ((ret = log_get(dblp, &stable_lsn, &rec, DB_LAST)) != 0)
91 fnum = stable_lsn.file;
94 if ((ret = __log_findckp(dblp, &stable_lsn)) != 0) {
106 fnum = stable_lsn.file - 1;

Completed in 56 milliseconds