⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ais.h

📁 linux集群服务器软件代码包
💻 H
字号:
/* $Id: ais.h,v 1.7 2004/07/14 21:52:51 yixiong Exp $ *//* --- ais.h  Header file of SA Forum AIS APIs Version 1.0  In order to compile, all opaque types which appear as <...> in   the spec have been defined as OPAQUE_TYPE (which is an integer).*/#ifndef _AIS_H_#define _AIS_H_#define AIS_VERSION_RELEASE_CODE	'A'#define AIS_VERSION_MAJOR		0x01#define AIS_VERSION_MINOR		0x01#include "ais_base.h"#include "ais_amf.h"#include "ais_membership.h"#include "ais_checkpoint.h"#include "ais_event.h"#include "ais_lock.h"#include "ais_message.h"#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -