mcotrns.h
来自「PB 熟悉的哥们希望大家可以互相学习一下」· C头文件 代码 · 共 56 行
H
56 行
/*******************************************************************
* *
* 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 + =
减小字号Ctrl + -
显示快捷键?