summaryrefslogtreecommitdiff
path: root/bdb/dbinc_auto/crdel_auto.h
diff options
context:
space:
mode:
Diffstat (limited to 'bdb/dbinc_auto/crdel_auto.h')
-rw-r--r--bdb/dbinc_auto/crdel_auto.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/bdb/dbinc_auto/crdel_auto.h b/bdb/dbinc_auto/crdel_auto.h
new file mode 100644
index 00000000000..bdae193fac8
--- /dev/null
+++ b/bdb/dbinc_auto/crdel_auto.h
@@ -0,0 +1,16 @@
+/* Do not edit: automatically built by gen_rec.awk. */
+
+#ifndef __crdel_AUTO_H
+#define __crdel_AUTO_H
+#define DB___crdel_metasub 142
+typedef struct ___crdel_metasub_args {
+ u_int32_t type;
+ DB_TXN *txnid;
+ DB_LSN prev_lsn;
+ int32_t fileid;
+ db_pgno_t pgno;
+ DBT page;
+ DB_LSN lsn;
+} __crdel_metasub_args;
+
+#endif