mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 03:47:53 +08:00
9697f95b8f
This reverts commit 15d999759e
.
17 lines
329 B
C
17 lines
329 B
C
/* Do not edit: automatically built by gen_rec.awk. */
|
|
|
|
#ifndef __crdel_AUTO_H
|
|
#define __crdel_AUTO_H
|
|
#define DB___crdel_metasub 142
|
|
typedef struct ___crdel_metasub_args {
|
|
u_int32_t type;
|
|
DB_TXN *txnid;
|
|
DB_LSN prev_lsn;
|
|
int32_t fileid;
|
|
db_pgno_t pgno;
|
|
DBT page;
|
|
DB_LSN lsn;
|
|
} __crdel_metasub_args;
|
|
|
|
#endif
|