00001 /* Do not edit: automatically built by gen_rec.awk. */ 00002 00003 #ifndef __dbreg_AUTO_H 00004 #define __dbreg_AUTO_H 00005 #define DB___dbreg_register 2 00006 typedef struct ___dbreg_register_args { 00007 u_int32_t type; 00008 DB_TXN *txnid; 00009 DB_LSN prev_lsn; 00010 u_int32_t opcode; 00011 DBT name; 00012 DBT uid; 00013 int32_t fileid; 00014 DBTYPE ftype; 00015 db_pgno_t meta_pgno; 00016 u_int32_t id; 00017 } __dbreg_register_args; 00018 00019 #endif