1/* Do not edit: automatically built by gen_rec.awk. */
2
3#ifndef	__qam_AUTO_H
4#define	__qam_AUTO_H
5#define	DB___qam_incfirst	84
6typedef struct ___qam_incfirst_args {
7	u_int32_t type;
8	DB_TXN *txnp;
9	DB_LSN prev_lsn;
10	int32_t	fileid;
11	db_recno_t	recno;
12	db_pgno_t	meta_pgno;
13} __qam_incfirst_args;
14
15#define	DB___qam_mvptr	85
16typedef struct ___qam_mvptr_args {
17	u_int32_t type;
18	DB_TXN *txnp;
19	DB_LSN prev_lsn;
20	u_int32_t	opcode;
21	int32_t	fileid;
22	db_recno_t	old_first;
23	db_recno_t	new_first;
24	db_recno_t	old_cur;
25	db_recno_t	new_cur;
26	DB_LSN	metalsn;
27	db_pgno_t	meta_pgno;
28} __qam_mvptr_args;
29
30#define	DB___qam_del	79
31typedef struct ___qam_del_args {
32	u_int32_t type;
33	DB_TXN *txnp;
34	DB_LSN prev_lsn;
35	int32_t	fileid;
36	DB_LSN	lsn;
37	db_pgno_t	pgno;
38	u_int32_t	indx;
39	db_recno_t	recno;
40} __qam_del_args;
41
42#define	DB___qam_add	80
43typedef struct ___qam_add_args {
44	u_int32_t type;
45	DB_TXN *txnp;
46	DB_LSN prev_lsn;
47	int32_t	fileid;
48	DB_LSN	lsn;
49	db_pgno_t	pgno;
50	u_int32_t	indx;
51	db_recno_t	recno;
52	DBT	data;
53	u_int32_t	vflag;
54	DBT	olddata;
55} __qam_add_args;
56
57#define	DB___qam_delext	83
58typedef struct ___qam_delext_args {
59	u_int32_t type;
60	DB_TXN *txnp;
61	DB_LSN prev_lsn;
62	int32_t	fileid;
63	DB_LSN	lsn;
64	db_pgno_t	pgno;
65	u_int32_t	indx;
66	db_recno_t	recno;
67	DBT	data;
68} __qam_delext_args;
69
70#endif
71