1/* Do not edit: automatically built by gen_rec.awk. */
2
3#ifndef	__dbreg_AUTO_H
4#define	__dbreg_AUTO_H
5#define	DB___dbreg_register	2
6typedef struct ___dbreg_register_args {
7	u_int32_t type;
8	DB_TXN *txnp;
9	DB_LSN prev_lsn;
10	u_int32_t	opcode;
11	DBT	name;
12	DBT	uid;
13	int32_t	fileid;
14	DBTYPE	ftype;
15	db_pgno_t	meta_pgno;
16	u_int32_t	id;
17} __dbreg_register_args;
18
19#endif
20