(I"Berkeley DB: txn_id[P

txn_id





#include <db.h>

u_int32_ttxn_id(DB_TXN *tid);





Description



IThe txn_id function returns the unique transaction id associated with theHspecified transaction. Locking calls made on behalf of this transactionAshould use the value returned from txn_id as the locker parameter|to the lock_get or lock_vec calls.



See Also

5txn_abort,8txn_begin,Btxn_checkpoint,8txn_close,7txn_commit,txn_id,6txn_open,9txn_prepare,5txn_statand:txn_unlink.
ÿÿ