summaryrefslogtreecommitdiff
path: root/db-4.8.30/dbinc_auto/crdel_auto.h
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2016-12-17 21:28:53 -0800
committerJesse Morgan <jesse@jesterpm.net>2016-12-17 21:28:53 -0800
commit54df2afaa61c6a03cbb4a33c9b90fa572b6d07b8 (patch)
tree18147b92b969d25ffbe61935fb63035cac820dd0 /db-4.8.30/dbinc_auto/crdel_auto.h
Berkeley DB 4.8 with rust build script for linux.
Diffstat (limited to 'db-4.8.30/dbinc_auto/crdel_auto.h')
-rw-r--r--db-4.8.30/dbinc_auto/crdel_auto.h46
1 files changed, 46 insertions, 0 deletions
diff --git a/db-4.8.30/dbinc_auto/crdel_auto.h b/db-4.8.30/dbinc_auto/crdel_auto.h
new file mode 100644
index 0000000..209dcb0
--- /dev/null
+++ b/db-4.8.30/dbinc_auto/crdel_auto.h
@@ -0,0 +1,46 @@
+/* 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 *txnp;
+ DB_LSN prev_lsn;
+ int32_t fileid;
+ db_pgno_t pgno;
+ DBT page;
+ DB_LSN lsn;
+} __crdel_metasub_args;
+
+#define DB___crdel_inmem_create 138
+typedef struct ___crdel_inmem_create_args {
+ u_int32_t type;
+ DB_TXN *txnp;
+ DB_LSN prev_lsn;
+ int32_t fileid;
+ DBT name;
+ DBT fid;
+ u_int32_t pgsize;
+} __crdel_inmem_create_args;
+
+#define DB___crdel_inmem_rename 139
+typedef struct ___crdel_inmem_rename_args {
+ u_int32_t type;
+ DB_TXN *txnp;
+ DB_LSN prev_lsn;
+ DBT oldname;
+ DBT newname;
+ DBT fid;
+} __crdel_inmem_rename_args;
+
+#define DB___crdel_inmem_remove 140
+typedef struct ___crdel_inmem_remove_args {
+ u_int32_t type;
+ DB_TXN *txnp;
+ DB_LSN prev_lsn;
+ DBT name;
+ DBT fid;
+} __crdel_inmem_remove_args;
+
+#endif