Commit 5e1b3e98 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Add api1_internal to DB_TXN (used in c++). Addresses #197.

git-svn-id: file:///svn/tokudb@1211 c7de825b-a66e-492c-adef-691d508d4ae1
parent 2421f980
......@@ -74,6 +74,7 @@ struct fieldinfo db_txn_active_fields64[] = {
{0, 216, 216} /* size of whole struct */
};
struct fieldinfo db_txn_fields64[] = {
{"void *api_internal", 160, 8},
{"int (*abort) (DB_TXN *)", 184, 8},
{"int (*commit) (DB_TXN*, u_int32_t)", 192, 8},
{"u_int32_t (*id) (DB_TXN *)", 216, 8},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment