📄 mcotrns.h
字号:
/*******************************************************************
* *
* mcotrns.h *
* *
* This file is a part of the eXtremeDB source code *
* Copyright (c) 2001-2007 McObject LLC *
* All Rights Reserved *
* *
*******************************************************************/
/*
* ++
*
* PROJECT: eXtremeDB(tm) (c) McObject LLC
*
* SUBSYSTEM: transaction streaming
*
* MODULE: mcotrns.h
*
* ABSTRACT: transaction streaming for HA, LOG
*
* HISTORY:
*
* 1. 30-Mar-2004 TP extracted definitions from mcoHA.h
*
*/
#ifndef MCO_TRNSH_H__
#define MCO_TRNSH_H__
#include "mco.h"
/* typedef long timer_unit; */
/* timers, timeouts, stream parameters are measured in the same units */
/*
Transaction sequence for replica comparison
*/
/* Transaction sequencer */
typedef struct mco_trans_sequencer_t_
{
uint8 seq;
timer_unit id;
uint1 align[4];
}
mco_trans_sequencer_t;
/* * mco_trans_sequencer_h; */
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -