mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 20:08:21 +08:00
9697f95b8f
This reverts commit 15d999759e
.
23 lines
419 B
C
23 lines
419 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
|