diff options
Diffstat (limited to 'bdb/examples_c/ex_apprec/ex_apprec_auto.h')
-rw-r--r-- | bdb/examples_c/ex_apprec/ex_apprec_auto.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bdb/examples_c/ex_apprec/ex_apprec_auto.h b/bdb/examples_c/ex_apprec/ex_apprec_auto.h new file mode 100644 index 00000000000..358b1a9f091 --- /dev/null +++ b/bdb/examples_c/ex_apprec/ex_apprec_auto.h @@ -0,0 +1,13 @@ +/* Do not edit: automatically built by gen_rec.awk. */ + +#ifndef ex_apprec_AUTO_H +#define ex_apprec_AUTO_H +#define DB_ex_apprec_mkdir 10000 +typedef struct _ex_apprec_mkdir_args { + u_int32_t type; + DB_TXN *txnid; + DB_LSN prev_lsn; + DBT dirname; +} ex_apprec_mkdir_args; + +#endif |