Skip to content

Struct rvfun

ClassList > rvfun

  • #include <recovery.h>

Public Types

Type Name
typedef void(*)(FILE *fp, int length, void *data) dump_fun_t
typedef int(*)(THREAD_ENTRY *thread_p, LOG_RCV *logrcv) fun_t

Public Attributes

Type Name
dump_fun_t dump_redofun
dump_fun_t dump_undofun
LOG_RCVINDEX recv_index
const char * recv_string
fun_t redofun
fun_t undofun

Public Types Documentation

typedef dump_fun_t

using rvfun::dump_fun_t =  void (*)(FILE * fp, int length, void *data);

typedef fun_t

using rvfun::fun_t =  int (*)(THREAD_ENTRY * thread_p, LOG_RCV * logrcv);

Public Attributes Documentation

variable dump_redofun

dump_fun_t rvfun::dump_redofun;

variable dump_undofun

dump_fun_t rvfun::dump_undofun;

variable recv_index

LOG_RCVINDEX rvfun::recv_index;

variable recv_string

const char* rvfun::recv_string;

variable redofun

fun_t rvfun::redofun;

variable undofun

fun_t rvfun::undofun;


The documentation for this class was generated from the following file cubrid/src/transaction/recovery.h