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 */
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 */
61 u_int32_t bqual; /* bqual_length from XID */
62 u_int32_t gtrid; /* gtrid_length from XID */
[all …]