From 54df2afaa61c6a03cbb4a33c9b90fa572b6d07b8 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 17 Dec 2016 21:28:53 -0800 Subject: Berkeley DB 4.8 with rust build script for linux. --- db-4.8.30/dbinc_auto/dbreg_auto.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 db-4.8.30/dbinc_auto/dbreg_auto.h (limited to 'db-4.8.30/dbinc_auto/dbreg_auto.h') diff --git a/db-4.8.30/dbinc_auto/dbreg_auto.h b/db-4.8.30/dbinc_auto/dbreg_auto.h new file mode 100644 index 0000000..a9722d0 --- /dev/null +++ b/db-4.8.30/dbinc_auto/dbreg_auto.h @@ -0,0 +1,19 @@ +/* Do not edit: automatically built by gen_rec.awk. */ + +#ifndef __dbreg_AUTO_H +#define __dbreg_AUTO_H +#define DB___dbreg_register 2 +typedef struct ___dbreg_register_args { + u_int32_t type; + DB_TXN *txnp; + DB_LSN prev_lsn; + u_int32_t opcode; + DBT name; + DBT uid; + int32_t fileid; + DBTYPE ftype; + db_pgno_t meta_pgno; + u_int32_t id; +} __dbreg_register_args; + +#endif -- cgit v1.2.3