db.h_4_1 15.3 KB
Newer Older
1 2
#ifndef _DB_H
#define _DB_H
3 4
/* This code generated by make_db_h.   Copyright (c) 2007, 2008 Tokutek */
#ident "Copyright (c) 2007, 2008 Tokutek Inc.  All rights reserved."
5
#include <sys/types.h>
Bradley C. Kuszmaul's avatar
Bradley C. Kuszmaul committed
6 7
/*stdio is needed for the FILE* in db->verify*/
#include <stdio.h>
8 9 10
#if defined(__cplusplus)
extern "C" {
#endif
11
#define TOKUDB 1
12
#define DB_VERSION_MAJOR 4
13
#define DB_VERSION_MINOR 1
14
#define DB_VERSION_PATCH 25
15
#ifndef _TOKUDB_WRAP_H
16
#define DB_VERSION_STRING "Tokutek: TokuDB 4.1.25"
17
#else
18
#define DB_VERSION_STRING_ydb "Tokutek: TokuDB (wrapped bdb)"
19
#endif
20 21 22 23
#ifndef TOKU_OFF_T_DEFINED
#define TOKU_OFF_T_DEFINED
typedef int64_t toku_off_t;
#endif
24 25 26 27 28 29 30 31 32 33
typedef struct __toku_db_btree_stat DB_BTREE_STAT;
typedef struct __toku_db_env DB_ENV;
typedef struct __toku_db_key_range DB_KEY_RANGE;
typedef struct __toku_db_lsn DB_LSN;
typedef struct __toku_db DB;
typedef struct __toku_db_txn DB_TXN;
typedef struct __toku_db_txn_active DB_TXN_ACTIVE;
typedef struct __toku_db_txn_stat DB_TXN_STAT;
typedef struct __toku_dbc DBC;
typedef struct __toku_dbt DBT;
34
typedef u_int32_t db_recno_t;
35 36 37
typedef int(*YDB_CALLBACK_FUNCTION)(DBT const*, DBT const*, void*);
typedef int(*YDB_HEAVISIDE_CALLBACK_FUNCTION)(DBT const *key, DBT const *value, void *extra_f, int r_h);
typedef int(*YDB_HEAVISIDE_FUNCTION)(const DBT *key, const DBT *value, void *extra_h);
38
typedef enum {
39 40
 DB_BTREE=1,
 DB_UNKNOWN=5
41
} DBTYPE;
42
#ifndef _TOKUDB_WRAP_H
43 44 45 46
#define DB_VERB_DEADLOCK 2
#define DB_VERB_RECOVERY 4
#define DB_VERB_REPLICATION 8
#define DB_VERB_WAITSFOR 16
47 48 49 50 51 52 53
#define DB_DBT_MALLOC 4
#define DB_DBT_REALLOC 16
#define DB_DBT_USERMEM 32
#define DB_DBT_DUPOK 64
#define DB_ARCH_ABS 1
#define DB_ARCH_LOG 4
#define DB_CREATE 1
54
#define DB_CXX_NO_EXCEPTIONS 2
55
#define DB_EXCL 2048
56
#define DB_PRIVATE 262144
57 58 59 60 61
#define DB_RDONLY 16
#define DB_RECOVER 32
#define DB_THREAD 64
#define DB_TXN_NOSYNC 256
#define DB_LOCK_DEFAULT 1
62 63
#define DB_LOCK_OLDEST 6
#define DB_LOCK_RANDOM 7
64
#define DB_DUP 2
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
65
#define DB_DUPSORT 4
66 67
#define DB_KEYFIRST 16
#define DB_KEYLAST 17
68
#define DB_NODUPDATA 22
69
#define DB_NOOVERWRITE 23
70 71
#define DB_YESOVERWRITE 254
#define DB_OPFLAGS_MASK 255
Yoni Fogel's avatar
Yoni Fogel committed
72
#define DB_AUTO_COMMIT 8388608
73 74 75 76
#define DB_INIT_LOCK 4096
#define DB_INIT_LOG 8192
#define DB_INIT_MPOOL 16384
#define DB_INIT_TXN 32768
77 78
#define DB_USE_ENVIRON 512
#define DB_USE_ENVIRON_ROOT 1024
79 80
#define DB_KEYEXIST -30997
#define DB_LOCK_DEADLOCK -30996
Yoni Fogel's avatar
Yoni Fogel committed
81
#define DB_LOCK_NOTGRANTED -30995
82
#define DB_NOTFOUND -30991
Rich Prohaska's avatar
Rich Prohaska committed
83
#define DB_SECONDARY_BAD -30981
84
#define DB_DONOTINDEX -30999
Bradley C. Kuszmaul's avatar
Bradley C. Kuszmaul committed
85
#define DB_BADFORMAT -30500
86
#define DB_DELETE_ANY 65536
87 88
#define DB_FIRST 10
#define DB_GET_BOTH 11
89
#define DB_GET_BOTH_RANGE 13
90
#define DB_LAST 18
Rich Prohaska's avatar
Rich Prohaska committed
91
#define DB_CURRENT 8
92 93
#define DB_NEXT 19
#define DB_NEXT_DUP 20
94
#define DB_NEXT_NODUP 21
95
#define DB_PREV 27
96
#define DB_PREV_NODUP 28
97 98
#define DB_SET 30
#define DB_SET_RANGE 32
99
#define DB_CURRENT_BINDING 253
100
#define DB_RMW 1073741824
101
#define DB_PRELOCKED 0x00800000
Yoni Fogel's avatar
Yoni Fogel committed
102
#define DB_PRELOCKED_WRITE 0x00400000
103
#define DB_DBT_APPMALLOC 1
104
#define DB_TXN_WRITE_NOSYNC 524288
105 106
#define DB_TXN_NOWAIT 2048
#define DB_TXN_SYNC 4096
107
#endif
108 109
/* TOKUDB specific error codes */
#define TOKUDB_OUT_OF_LOCKS -100000
Yoni Fogel's avatar
Yoni Fogel committed
110
#define TOKUDB_SUCCEEDED_EARLY -100001
Yoni Fogel's avatar
Yoni Fogel committed
111
#define TOKUDB_DIRTY_DICTIONARY -100004
112 113
#define TOKUDB_FOUND_BUT_REJECTED -100002
#define TOKUDB_USER_CALLBACK_ERROR -100003
114 115 116 117 118 119 120 121
/* in wrap mode, top-level function txn_begin is renamed, but the field isn't renamed, so we have to hack it here.*/
#ifdef _TOKUDB_WRAP_H
#undef txn_begin
#endif
struct __toku_db_btree_stat {
  char __toku_dummy0[12];
  u_int32_t bt_nkeys; /* 32-bit offset=12 size=4, 64=bit offset=12 size=4 */
  u_int32_t bt_ndata; /* 32-bit offset=16 size=4, 64=bit offset=16 size=4 */
122
  char __toku_dummy1[60];  /* Padding at the end */ 
Bradley C. Kuszmaul's avatar
Bradley C. Kuszmaul committed
123 124 125
};
struct __toku_db_env {
  struct __toku_db_env_internal *i;
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
126 127
  void* __toku_dummy0[8];
  void *app_private; /* 32-bit offset=36 size=4, 64=bit offset=72 size=8 */
128
  void* __toku_dummy1[27];
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
129
  char __toku_dummy2[64];
130 131
  void *api1_internal; /* 32-bit offset=212 size=4, 64=bit offset=360 size=8 */
  void* __toku_dummy3[7];
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
132
  int  (*close) (DB_ENV *, u_int32_t); /* 32-bit offset=244 size=4, 64=bit offset=424 size=8 */
133
  void* __toku_dummy4[2];
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
134 135
  void (*err) (const DB_ENV *, int, const char *, ...); /* 32-bit offset=256 size=4, 64=bit offset=448 size=8 */
  void* __toku_dummy5[1];
136 137
  int  (*open) (DB_ENV *, const char *, u_int32_t, int); /* 32-bit offset=264 size=4, 64=bit offset=464 size=8 */
  void* __toku_dummy6[1];
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
138
  int  (*set_data_dir) (DB_ENV *, const char *); /* 32-bit offset=272 size=4, 64=bit offset=480 size=8 */
139
  void* __toku_dummy7[3];
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
140
  void (*set_errcall) (DB_ENV *, void (*)(const char *, char *)); /* 32-bit offset=288 size=4, 64=bit offset=512 size=8 */
141
  void (*set_errfile) (DB_ENV *, FILE*); /* 32-bit offset=292 size=4, 64=bit offset=520 size=8 */
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
142 143 144 145 146 147
  void (*set_errpfx) (DB_ENV *, const char *); /* 32-bit offset=296 size=4, 64=bit offset=528 size=8 */
  void* __toku_dummy8[1];
  int  (*set_flags) (DB_ENV *, u_int32_t, int); /* 32-bit offset=304 size=4, 64=bit offset=544 size=8 */
  void* __toku_dummy9[4];
  int  (*set_tmp_dir) (DB_ENV *, const char *); /* 32-bit offset=324 size=4, 64=bit offset=584 size=8 */
  int  (*set_verbose) (DB_ENV *, u_int32_t, int); /* 32-bit offset=328 size=4, 64=bit offset=592 size=8 */
148
  void* __toku_dummy10[1];
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
149 150 151 152 153 154 155 156 157 158
  int  (*set_lg_bsize) (DB_ENV *, u_int32_t); /* 32-bit offset=336 size=4, 64=bit offset=608 size=8 */
  int  (*set_lg_dir) (DB_ENV *, const char *); /* 32-bit offset=340 size=4, 64=bit offset=616 size=8 */
  int  (*set_lg_max) (DB_ENV *, u_int32_t); /* 32-bit offset=344 size=4, 64=bit offset=624 size=8 */
  void* __toku_dummy11[1];
  int  (*log_archive) (DB_ENV *, char **[], u_int32_t); /* 32-bit offset=352 size=4, 64=bit offset=640 size=8 */
  void* __toku_dummy12[2];
  int  (*log_flush) (DB_ENV *, const DB_LSN *); /* 32-bit offset=364 size=4, 64=bit offset=664 size=8 */
  void* __toku_dummy13[4];
  int  (*set_lk_detect) (DB_ENV *, u_int32_t); /* 32-bit offset=384 size=4, 64=bit offset=704 size=8 */
  int  (*set_lk_max) (DB_ENV *, u_int32_t); /* 32-bit offset=388 size=4, 64=bit offset=712 size=8 */
159 160
  int  (*set_lk_max_locks) (DB_ENV *, u_int32_t); /* 32-bit offset=392 size=4, 64=bit offset=720 size=8 */
  void* __toku_dummy14[14];
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
161 162 163 164 165 166 167 168
  int  (*set_cachesize) (DB_ENV *, u_int32_t, u_int32_t, int); /* 32-bit offset=452 size=4, 64=bit offset=840 size=8 */
  void* __toku_dummy15[21];
  int  (*txn_begin) (DB_ENV *, DB_TXN *, DB_TXN **, u_int32_t); /* 32-bit offset=540 size=4, 64=bit offset=1016 size=8 */
  int  (*txn_checkpoint) (DB_ENV *, u_int32_t, u_int32_t, u_int32_t); /* 32-bit offset=544 size=4, 64=bit offset=1024 size=8 */
  void* __toku_dummy16[2];
  int  (*txn_stat) (DB_ENV *, DB_TXN_STAT **, u_int32_t); /* 32-bit offset=556 size=4, 64=bit offset=1048 size=8 */
  void* __toku_dummy17[2]; /* Padding at the end */ 
  char __toku_dummy18[8];  /* Padding at the end */ 
Bradley C. Kuszmaul's avatar
Bradley C. Kuszmaul committed
169 170 171 172 173
};
struct __toku_db_key_range {
  double less; /* 32-bit offset=0 size=8, 64=bit offset=0 size=8 */
  double equal; /* 32-bit offset=8 size=8, 64=bit offset=8 size=8 */
  double greater; /* 32-bit offset=16 size=8, 64=bit offset=16 size=8 */
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
174
  void* __toku_dummy0[126]; /* Padding at the end */ 
175
  char __toku_dummy1[48];  /* Padding at the end */ 
Bradley C. Kuszmaul's avatar
Bradley C. Kuszmaul committed
176 177 178 179 180 181
};
struct __toku_db_lsn {
  char __toku_dummy0[8];  /* Padding at the end */ 
};
struct __toku_db {
  struct __toku_db_internal *i;
182
  int (*key_range64)(DB*, DB_TXN *, DBT *, u_int64_t *less, u_int64_t *equal, u_int64_t *greater, int *is_exact);
183 184
  int (*pre_acquire_read_lock)(DB*, DB_TXN*, const DBT*, const DBT*, const DBT*, const DBT*);
  int (*pre_acquire_table_lock)(DB*, DB_TXN*);
Bradley C. Kuszmaul's avatar
Bradley C. Kuszmaul committed
185
  void *app_private; /* 32-bit offset=16 size=4, 64=bit offset=32 size=8 */
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
186
  DB_ENV *dbenv; /* 32-bit offset=20 size=4, 64=bit offset=40 size=8 */
187 188
  const DBT* (*dbt_pos_infty)(void) /* Return the special DBT that refers to positive infinity in the lock table.*/;
  const DBT* (*dbt_neg_infty)(void)/* Return the special DBT that refers to negative infinity in the lock table.*/;
Yoni Fogel's avatar
Yoni Fogel committed
189
  int (*delboth) (DB*, DB_TXN*, DBT*, DBT*, u_int32_t) /* Delete the key/value pair. */;
190 191
  int (*row_size_supported) (DB*, u_int32_t) /* Test whether a row size is supported. */;
  void* __toku_dummy0[25];
192
  char __toku_dummy1[96];
193
  void *api_internal; /* 32-bit offset=236 size=4, 64=bit offset=376 size=8 */
194
  void* __toku_dummy2[5];
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
195 196 197
  int (*close) (DB*, u_int32_t); /* 32-bit offset=260 size=4, 64=bit offset=424 size=8 */
  int (*cursor) (DB *, DB_TXN *, DBC **, u_int32_t); /* 32-bit offset=264 size=4, 64=bit offset=432 size=8 */
  int (*del) (DB *, DB_TXN *, DBT *, u_int32_t); /* 32-bit offset=268 size=4, 64=bit offset=440 size=8 */
198
  void* __toku_dummy3[2];
Rich Prohaska's avatar
Rich Prohaska committed
199
  int (*fd) (DB *, int *); /* 32-bit offset=280 size=4, 64=bit offset=464 size=8 */
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
200
  int (*get) (DB *, DB_TXN *, DBT *, DBT *, u_int32_t); /* 32-bit offset=284 size=4, 64=bit offset=472 size=8 */
201
  void* __toku_dummy4[4];
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
202 203 204 205 206
  int (*key_range) (DB *, DB_TXN *, DBT *, DB_KEY_RANGE *, u_int32_t); /* 32-bit offset=304 size=4, 64=bit offset=512 size=8 */
  int (*open) (DB *, DB_TXN *, const char *, const char *, DBTYPE, u_int32_t, int); /* 32-bit offset=308 size=4, 64=bit offset=520 size=8 */
  int (*put) (DB *, DB_TXN *, DBT *, DBT *, u_int32_t); /* 32-bit offset=312 size=4, 64=bit offset=528 size=8 */
  int (*remove) (DB *, const char *, const char *, u_int32_t); /* 32-bit offset=316 size=4, 64=bit offset=536 size=8 */
  int (*rename) (DB *, const char *, const char *, const char *, u_int32_t); /* 32-bit offset=320 size=4, 64=bit offset=544 size=8 */
207
  int (*truncate) (DB *, DB_TXN *, u_int32_t *, u_int32_t); /* 32-bit offset=324 size=4, 64=bit offset=552 size=8 */
208
  void* __toku_dummy5[4];
209
  int (*set_dup_compare) (DB *, int (*)(DB *, const DBT *, const DBT *)); /* 32-bit offset=344 size=4, 64=bit offset=592 size=8 */
210
  void* __toku_dummy6[2];
211
  void (*set_errfile) (DB *, FILE*); /* 32-bit offset=356 size=4, 64=bit offset=616 size=8 */
212
  void* __toku_dummy7[2];
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
213
  int (*set_flags) (DB *, u_int32_t); /* 32-bit offset=368 size=4, 64=bit offset=640 size=8 */
214
  void* __toku_dummy8[1];
215
  int (*set_pagesize) (DB *, u_int32_t); /* 32-bit offset=376 size=4, 64=bit offset=656 size=8 */
216
  void* __toku_dummy9[1];
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
217
  int (*stat) (DB *, void *, u_int32_t); /* 32-bit offset=384 size=4, 64=bit offset=672 size=8 */
218
  void* __toku_dummy10[2];
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
219 220
  int (*verify) (DB *, const char *, const char *, FILE *, u_int32_t); /* 32-bit offset=396 size=4, 64=bit offset=696 size=8 */
  int (*set_bt_compare) (DB *, int (*)(DB *, const DBT *, const DBT *)); /* 32-bit offset=400 size=4, 64=bit offset=704 size=8 */
221 222
  void* __toku_dummy11[15]; /* Padding at the end */ 
  char __toku_dummy12[8];  /* Padding at the end */ 
Bradley C. Kuszmaul's avatar
Bradley C. Kuszmaul committed
223 224 225 226 227 228
};
struct __toku_db_txn_active {
  u_int32_t txnid; /* 32-bit offset=0 size=4, 64=bit offset=0 size=4 */
  char __toku_dummy0[4];
  DB_LSN lsn; /* 32-bit offset=8 size=8, 64=bit offset=8 size=8 */
};
229 230 231
struct txn_stat {
  u_int64_t rolltmp_raw_count;
};
Bradley C. Kuszmaul's avatar
Bradley C. Kuszmaul committed
232
struct __toku_db_txn {
233
  DB_ENV *mgrp /*In TokuDB, mgrp is a DB_ENV not a DB_TXNMGR*/; /* 32-bit offset=0 size=4, 64=bit offset=0 size=8 */
Yoni Fogel's avatar
Yoni Fogel committed
234
  DB_TXN *parent; /* 32-bit offset=4 size=4, 64=bit offset=8 size=8 */
Bradley C. Kuszmaul's avatar
Bradley C. Kuszmaul committed
235
  struct __toku_db_txn_internal *i;
236 237
  int (*txn_stat)(DB_TXN *, struct txn_stat **);
  void* __toku_dummy0[7];
Bradley C. Kuszmaul's avatar
Bradley C. Kuszmaul committed
238
  char __toku_dummy1[24];
239 240
  void *api_internal; /* 32-bit offset=68 size=4, 64=bit offset=112 size=8 */
  void* __toku_dummy2[1];
241 242
  int (*abort) (DB_TXN *); /* 32-bit offset=76 size=4, 64=bit offset=128 size=8 */
  int (*commit) (DB_TXN*, u_int32_t); /* 32-bit offset=80 size=4, 64=bit offset=136 size=8 */
243
  void* __toku_dummy3[1];
244
  u_int32_t (*id) (DB_TXN *); /* 32-bit offset=88 size=4, 64=bit offset=152 size=8 */
245
  void* __toku_dummy4[3]; /* Padding at the end */ 
Bradley C. Kuszmaul's avatar
Bradley C. Kuszmaul committed
246 247 248 249 250 251 252 253 254 255 256
};
struct __toku_db_txn_stat {
  void* __toku_dummy0[1];
  char __toku_dummy1[28];
  u_int32_t st_nactive; /* 32-bit offset=32 size=4, 64=bit offset=36 size=4 */
  char __toku_dummy2[8];
  DB_TXN_ACTIVE *st_txnarray; /* 32-bit offset=44 size=4, 64=bit offset=48 size=8 */
  void* __toku_dummy3[1]; /* Padding at the end */ 
  char __toku_dummy4[8];  /* Padding at the end */ 
};
struct __toku_dbc {
257
  DB *dbp; /* 32-bit offset=0 size=4, 64=bit offset=0 size=8 */
Bradley C. Kuszmaul's avatar
Bradley C. Kuszmaul committed
258
  struct __toku_dbc_internal *i;
259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274
  int (*c_getf_first)(DBC *, u_int32_t, YDB_CALLBACK_FUNCTION, void *);
  int (*c_getf_last)(DBC *, u_int32_t, YDB_CALLBACK_FUNCTION, void *);
  int (*c_getf_next)(DBC *, u_int32_t, YDB_CALLBACK_FUNCTION, void *);
  int (*c_getf_next_dup)(DBC *, u_int32_t, YDB_CALLBACK_FUNCTION, void *);
  int (*c_getf_next_nodup)(DBC *, u_int32_t, YDB_CALLBACK_FUNCTION, void *);
  int (*c_getf_prev)(DBC *, u_int32_t, YDB_CALLBACK_FUNCTION, void *);
  int (*c_getf_prev_dup)(DBC *, u_int32_t, YDB_CALLBACK_FUNCTION, void *);
  int (*c_getf_prev_nodup)(DBC *, u_int32_t, YDB_CALLBACK_FUNCTION, void *);
  int (*c_getf_current)(DBC *, u_int32_t, YDB_CALLBACK_FUNCTION, void *);
  int (*c_getf_current_binding)(DBC *, u_int32_t, YDB_CALLBACK_FUNCTION, void *);
  int (*c_getf_heaviside)(DBC *, u_int32_t, YDB_HEAVISIDE_CALLBACK_FUNCTION f, void *extra_f, YDB_HEAVISIDE_FUNCTION h, void *extra_h, int direction);
  int (*c_getf_set)(DBC *, u_int32_t, DBT *, YDB_CALLBACK_FUNCTION, void *);
  int (*c_getf_set_range)(DBC *, u_int32_t, DBT *, YDB_CALLBACK_FUNCTION, void *);
  int (*c_getf_get_both)(DBC *, u_int32_t, DBT *, DBT *, YDB_CALLBACK_FUNCTION, void *);
  int (*c_getf_get_both_range)(DBC *, u_int32_t, DBT *, DBT *, YDB_CALLBACK_FUNCTION, void *);
  void* __toku_dummy0[4];
275
  char __toku_dummy1[104];
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
276
  int (*c_close) (DBC *); /* 32-bit offset=188 size=4, 64=bit offset=272 size=8 */
277
  int (*c_count) (DBC *, db_recno_t *, u_int32_t); /* 32-bit offset=192 size=4, 64=bit offset=280 size=8 */
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
278
  int (*c_del) (DBC *, u_int32_t); /* 32-bit offset=196 size=4, 64=bit offset=288 size=8 */
279
  void* __toku_dummy2[1];
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
280
  int (*c_get) (DBC *, DBT *, DBT *, u_int32_t); /* 32-bit offset=204 size=4, 64=bit offset=304 size=8 */
281
  void* __toku_dummy3[11]; /* Padding at the end */ 
Bradley C. Kuszmaul's avatar
Bradley C. Kuszmaul committed
282 283 284 285 286 287
};
struct __toku_dbt {
  void*data; /* 32-bit offset=0 size=4, 64=bit offset=0 size=8 */
  u_int32_t size; /* 32-bit offset=4 size=4, 64=bit offset=8 size=4 */
  u_int32_t ulen; /* 32-bit offset=8 size=4, 64=bit offset=12 size=4 */
  char __toku_dummy0[8];
Bradley C. Kuszmaul's avatar
up  
Bradley C. Kuszmaul committed
288
  u_int32_t flags; /* 32-bit offset=20 size=4, 64=bit offset=24 size=4 */
Bradley C. Kuszmaul's avatar
Bradley C. Kuszmaul committed
289 290 291 292 293
  /* 4 more bytes of alignment in the 64-bit case. */
};
#ifdef _TOKUDB_WRAP_H
#define txn_begin txn_begin_tokudb
#endif
294 295 296 297 298
int db_env_create(DB_ENV **, u_int32_t) __attribute__((__visibility__("default")));
int db_create(DB **, DB_ENV *, u_int32_t) __attribute__((__visibility__("default")));
char *db_strerror(int) __attribute__((__visibility__("default")));
const char *db_version(int*,int *,int *) __attribute__((__visibility__("default")));
int log_compare (const DB_LSN*, const DB_LSN *) __attribute__((__visibility__("default")));
299
int db_env_set_func_fsync (int (*)(int)) __attribute__((__visibility__("default")));
300 301
int toku_set_trace_file (char *fname) __attribute__((__visibility__("default")));
int toku_close_trace_file (void) __attribute__((__visibility__("default")));
302
int db_env_set_func_free (void (*)(void*)) __attribute__((__visibility__("default")));
303
int db_env_set_func_malloc (void *(*)(size_t)) __attribute__((__visibility__("default")));
304
int db_env_set_func_pwrite (ssize_t (*)(int, const void *, size_t, toku_off_t)) __attribute__((__visibility__("default")));
305
int db_env_set_func_write (ssize_t (*)(int, const void *, size_t)) __attribute__((__visibility__("default")));
306
int db_env_set_func_realloc (void *(*)(void*, size_t)) __attribute__((__visibility__("default")));
Bradley C. Kuszmaul's avatar
Bradley C. Kuszmaul committed
307 308 309 310
#if defined(__cplusplus)
}
#endif
#endif