Searched defs:__db_txnregion (Results 1 – 1 of 1) sorted by relevance
93 struct __db_txnregion { struct94 RLAYOUT hdr; /* Shared memory region header. */95 u_int32_t magic; /* transaction magic number */96 u_int32_t version; /* version number */97 u_int32_t maxtxns; /* maximum number of active txns */98 u_int32_t last_txnid; /* last transaction id given out */99 DB_LSN pending_ckp; /* last checkpoint did not finish */100 DB_LSN last_ckp; /* lsn of the last checkpoint */101 time_t time_ckp; /* time of last checkpoint */102 u_int32_t logtype; /* type of logging */[all …]