1 /* Do not edit: automatically built by dist/db_gen.sh. */
2 
3 /*
4  * Copyright (c) 1998 by Sun Microsystems, Inc.
5  * All rights reserved.
6  */
7 
8 #ifndef log_AUTO_H
9 #define log_AUTO_H
10 
11 #define	DB_log_register	(DB_log_BEGIN + 1)
12 
13 typedef struct _log_register_args {
14 	u_int32_t type;
15 	DB_TXN *txnid;
16 	DB_LSN prev_lsn;
17 	u_int32_t	opcode;
18 	DBT	name;
19 	DBT	uid;
20 	u_int32_t	id;
21 	DBTYPE	ftype;
22 } __log_register_args;
23 
24 #endif
25