分散トランザクション処理機能 OpenTP1 プログラム作成リファレンス C言語編
ここでは,MCFイベントインタフェースの変更一覧を示します。
| バージョン6以前 | バージョン7 |
|---|---|
<32ビットアーキテクチャの場合>struct dc_mcf_evtheader {
char mcfevt_name[9] ;
char le_name[16] ;
char cn_name[9] ;
unsigned char format_kind;
char reserve01;
long time ;
};
|
struct dc_mcf_evtheader {
char mcfevt_name[9] ;
char le_name[16] ;
char cn_name[9] ;
unsigned char format_kind;
char reserve01;
DCLONG time ;
};
|
<64ビットアーキテクチャの場合>struct dc_mcf_evtheader {
char mcfevt_name[9] ;
char le_name[16] ;
char cn_name[9] ;
unsigned char format_kind;
char reserve01;
int time ;
};
|
All Rights Reserved. Copyright (C) 2006, 2012, Hitachi, Ltd.