summaryrefslogtreecommitdiff
path: root/bdb/dbinc_auto/dbreg_auto.h
diff options
context:
space:
mode:
Diffstat (limited to 'bdb/dbinc_auto/dbreg_auto.h')
-rw-r--r--bdb/dbinc_auto/dbreg_auto.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/bdb/dbinc_auto/dbreg_auto.h b/bdb/dbinc_auto/dbreg_auto.h
new file mode 100644
index 00000000000..4d7d4a91b45
--- /dev/null
+++ b/bdb/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 *txnid;
+ 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