#include <db.h> int DB_TXN->get_priority(DB_TXN *tid, u_int32_t *priority);
The DB_TXN->get_priority()
method gets the priority
value of the specified transaction.
The DB_TXN->get_priority()
method may be called at any time during the
life of the transaction.
The DB_TXN->get_priority()
method returns a non-zero error value on failure and 0 on success.
The DB_TXN->get_priority()
method may fail and return one of the following non-zero errors: