Generated log functions and dummy recovery functions.
[nvi.git] / common / vi_auto.h
blob7348ec8dfdf9cae758ef256fa880e33670c89856
1 /* Do not edit: automatically built by gen_rec.awk. */
3 #ifndef vi_AUTO_H
4 #define vi_AUTO_H
5 #define DB_vi_marker 200
6 typedef struct _vi_marker_args {
7 u_int32_t type;
8 DB_TXN *txnid;
9 DB_LSN prev_lsn;
10 u_int32_t opcode;
11 } __vi_marker_args;
13 #define DB_vi_cursor 201
14 typedef struct _vi_cursor_args {
15 u_int32_t type;
16 DB_TXN *txnid;
17 DB_LSN prev_lsn;
18 db_recno_t lno;
19 size_t cno;
20 } __vi_cursor_args;
22 #define DB_vi_mark 202
23 typedef struct _vi_mark_args {
24 u_int32_t type;
25 DB_TXN *txnid;
26 DB_LSN prev_lsn;
27 } __vi_mark_args;
29 #define DB_vi_change 203
30 typedef struct _vi_change_args {
31 u_int32_t type;
32 DB_TXN *txnid;
33 DB_LSN prev_lsn;
34 u_int32_t opcode;
35 } __vi_change_args;
37 #endif