Commit 4858f5be authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Save 64

git-svn-id: file:///svn/tokudb@258 c7de825b-a66e-492c-adef-691d508d4ae1
parent 4b260699
......@@ -28,3 +28,9 @@ struct fieldinfo db_txn_fields64[] = {
{"u_int32_t (*id) (DB_TXN *)", 152, 8},
{0, 0, 184} /* size of whole struct */
};
struct fieldinfo dbc_fields64[] = {
{"int (*c_close) (DBC *)", 304, 8},
{"int (*c_del) (DBC *, u_int32_t)", 320, 8},
{"int (*c_get) (DBC *, DBT *, DBT *, u_int32_t)", 336, 8},
{0, 0, 432} /* size of whole struct */
};
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