xref: /illumos-gate/usr/src/cmd/sendmail/db/include/log_auto.h (revision 7c478bd95313f5f23a4c958a745db2134aa03244)
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 #pragma ident	"%Z%%M%	%I%	%E% SMI"
9 
10 #ifndef log_AUTO_H
11 #define log_AUTO_H
12 
13 #define	DB_log_register	(DB_log_BEGIN + 1)
14 
15 typedef struct _log_register_args {
16 	u_int32_t type;
17 	DB_TXN *txnid;
18 	DB_LSN prev_lsn;
19 	u_int32_t	opcode;
20 	DBT	name;
21 	DBT	uid;
22 	u_int32_t	id;
23 	DBTYPE	ftype;
24 } __log_register_args;
25 
26 #endif
27