acl/lib_dict/bdb/include/rep_auto.h
zsxxsz cc05b877a2 first commit acl to github
first commit acl to github
2013-08-18 17:42:25 +08:00

23 lines
397 B
C

/* Do not edit: automatically built by gen_rec.awk. */
#ifndef __rep_AUTO_H
#define __rep_AUTO_H
typedef struct ___rep_update_args {
DB_LSN first_lsn;
int num_files;
} __rep_update_args;
typedef struct ___rep_fileinfo_args {
size_t pgsize;
db_pgno_t pgno;
db_pgno_t max_pgno;
int filenum;
int32_t id;
u_int32_t type;
u_int32_t flags;
DBT uid;
DBT info;
} __rep_fileinfo_args;
#endif