From 7f3ae72bc1a74500bb4dd4daddfac03919d939b6 Mon Sep 17 00:00:00 2001
From: "Bradley C. Kuszmaul" <bradley@tokutek.com>
Date: Wed, 5 Sep 2007 19:08:52 +0000
Subject: [PATCH] Save 64

git-svn-id: file:///svn/tokudb@255 c7de825b-a66e-492c-adef-691d508d4ae1
---
 buildheader/sample_offsets_64.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/buildheader/sample_offsets_64.h b/buildheader/sample_offsets_64.h
index 00df908dff..a11a53c8a2 100644
--- a/buildheader/sample_offsets_64.h
+++ b/buildheader/sample_offsets_64.h
@@ -23,3 +23,8 @@ struct fieldinfo dbt_fields64[] = {
   {"u_int32_t flags", 32, 4},
   {0, 0, 40} /* size of whole struct */
 };
+struct fieldinfo db_txn_fields64[] = {
+  {"int (*commit) (DB_TXN*, u_int32_t)", 136, 8},
+  {"u_int32_t (*id) (DB_TXN *)", 152, 8},
+  {0, 0, 184} /* size of whole struct */
+};
-- 
2.30.9