Main Page | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Related Pages

crdel_auto.h

00001 /* Do not edit: automatically built by gen_rec.awk. */
00002 
00003 #ifndef __crdel_AUTO_H
00004 #define __crdel_AUTO_H
00005 #define DB___crdel_metasub      142
00006 typedef struct ___crdel_metasub_args {
00007         u_int32_t type;
00008         DB_TXN *txnid;
00009         DB_LSN prev_lsn;
00010         int32_t fileid;
00011         db_pgno_t       pgno;
00012         DBT     page;
00013         DB_LSN  lsn;
00014 } __crdel_metasub_args;
00015 
00016 #define DB___crdel_inmem_create 138
00017 typedef struct ___crdel_inmem_create_args {
00018         u_int32_t type;
00019         DB_TXN *txnid;
00020         DB_LSN prev_lsn;
00021         int32_t fileid;
00022         DBT     name;
00023         DBT     fid;
00024         u_int32_t       pgsize;
00025 } __crdel_inmem_create_args;
00026 
00027 #define DB___crdel_inmem_rename 139
00028 typedef struct ___crdel_inmem_rename_args {
00029         u_int32_t type;
00030         DB_TXN *txnid;
00031         DB_LSN prev_lsn;
00032         DBT     oldname;
00033         DBT     newname;
00034         DBT     fid;
00035 } __crdel_inmem_rename_args;
00036 
00037 #define DB___crdel_inmem_remove 140
00038 typedef struct ___crdel_inmem_remove_args {
00039         u_int32_t type;
00040         DB_TXN *txnid;
00041         DB_LSN prev_lsn;
00042         DBT     name;
00043         DBT     fid;
00044 } __crdel_inmem_remove_args;
00045 
00046 #endif

Generated on Sun Dec 25 12:14:22 2005 for Berkeley DB 4.4.16 by  doxygen 1.4.2