Home
last modified time | relevance | path

Searched defs:__txn_detail (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dtxn.h32 typedef struct __txn_detail { struct
33 u_int32_t txnid; /* current transaction id
35 DB_LSN last_lsn; /* last lsn written for this txn */
36 DB_LSN begin_lsn; /* lsn of begin record */
37 size_t last_lock; /* offset in lock region of last lock
39 size_t parent; /* Offset of transaction's parent. */
45 u_int32_t status; /* status of the transaction */
46 SH_TAILQ_ENTRY links; /* free/active list */
54 u_int32_t xa_status; /* XA status */
60 DB_XID xid; /* XA global transaction id */
[all …]