Commit 54dc7ae8 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

dbc 32

git-svn-id: file:///svn/tokudb@257 c7de825b-a66e-492c-adef-691d508d4ae1
parent 4f55f7ab
...@@ -102,5 +102,6 @@ int main (int argc __attribute__((__unused__)), char *argv[] __attribute__((__un ...@@ -102,5 +102,6 @@ int main (int argc __attribute__((__unused__)), char *argv[] __attribute__((__un
sample_db_offsets(); sample_db_offsets();
sample_dbt_offsets(); sample_dbt_offsets();
sample_db_txn_offsets(); sample_db_txn_offsets();
sample_dbc_offsets();
return 0; return 0;
} }
...@@ -28,3 +28,9 @@ struct fieldinfo db_txn_fields32[] = { ...@@ -28,3 +28,9 @@ struct fieldinfo db_txn_fields32[] = {
{"u_int32_t (*id) (DB_TXN *)", 88, 4}, {"u_int32_t (*id) (DB_TXN *)", 88, 4},
{0, 0, 104} /* size of whole struct */ {0, 0, 104} /* size of whole struct */
}; };
struct fieldinfo dbc_fields32[] = {
{"int (*c_close) (DBC *)", 204, 4},
{"int (*c_del) (DBC *, u_int32_t)", 212, 4},
{"int (*c_get) (DBC *, DBT *, DBT *, u_int32_t)", 220, 4},
{0, 0, 268} /* 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