?? mcotrns.h
字號(hào):
/*******************************************************************
* *
* 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -