1/* Do not edit: automatically built by gen_rec.awk. */
2
3#ifndef	__crdel_AUTO_H
4#define	__crdel_AUTO_H
5#define	DB___crdel_metasub	142
6typedef struct ___crdel_metasub_args {
7	u_int32_t type;
8	DB_TXN *txnp;
9	DB_LSN prev_lsn;
10	int32_t	fileid;
11	db_pgno_t	pgno;
12	DBT	page;
13	DB_LSN	lsn;
14} __crdel_metasub_args;
15
16#define	DB___crdel_inmem_create	138
17typedef struct ___crdel_inmem_create_args {
18	u_int32_t type;
19	DB_TXN *txnp;
20	DB_LSN prev_lsn;
21	int32_t	fileid;
22	DBT	name;
23	DBT	fid;
24	u_int32_t	pgsize;
25} __crdel_inmem_create_args;
26
27#define	DB___crdel_inmem_rename	139
28typedef struct ___crdel_inmem_rename_args {
29	u_int32_t type;
30	DB_TXN *txnp;
31	DB_LSN prev_lsn;
32	DBT	oldname;
33	DBT	newname;
34	DBT	fid;
35} __crdel_inmem_rename_args;
36
37#define	DB___crdel_inmem_remove	140
38typedef struct ___crdel_inmem_remove_args {
39	u_int32_t type;
40	DB_TXN *txnp;
41	DB_LSN prev_lsn;
42	DBT	name;
43	DBT	fid;
44} __crdel_inmem_remove_args;
45
46#endif
47