Initial db4 logging.
[nvi.git] / common / vi_auto.h
blob890be68c31a8da3327ce2cb7d2d2f59435ad6c21
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 u_int32_t opcode;
19 db_recno_t lno;
20 size_t cno;
21 } __vi_cursor_args;
23 #define DB_vi_mark 202
24 typedef struct _vi_mark_args {
25 u_int32_t type;
26 DB_TXN *txnid;
27 DB_LSN prev_lsn;
28 } __vi_mark_args;
30 #define DB_vi_change 203
31 typedef struct _vi_change_args {
32 u_int32_t type;
33 DB_TXN *txnid;
34 DB_LSN prev_lsn;
35 u_int32_t opcode;
36 db_recno_t lno;
37 } __vi_change_args;
39 #endif