mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 02:47:56 +08:00
cc05b877a2
first commit acl to github
23 lines
397 B
C
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
|