#include <db.h> typedef struct __db_lsn DB_LSN;
typedef struct __db_lsn DB_LSN;
The DB_LSN object is a log sequence number which specifies a unique location in a log file. It has no methods and its data may not be manipulated by an application.
Copyright Sleepycat Software