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

📄 lustre_ver.h.in

📁 lustre 1.6.5 source code
💻 IN
字号:
#ifndef _LUSTRE_VER_H_#define _LUSTRE_VER_H_/* This file automatically generated from lustre/include/lustre_ver.h.in, * based on parameters in lustre/autoconf/lustre-version.ac. * Changes made directly to this file will be lost. */#define LUSTRE_MAJOR @AC_LUSTRE_MAJOR@#define LUSTRE_MINOR @AC_LUSTRE_MINOR@#define LUSTRE_PATCH @AC_LUSTRE_PATCH@#define LUSTRE_FIX @AC_LUSTRE_FIX@#define LUSTRE_VERSION_STRING "@AC_LUSTRE_VERSION_STRING@"#define LUSTRE_VERSION_CODE OBD_OCD_VERSION(LUSTRE_MAJOR,LUSTRE_MINOR,LUSTRE_PATCH,LUSTRE_FIX)/* liblustre clients are only allowed to connect if their LUSTRE_FIX mismatches * by this amount (set in lustre/autoconf/lustre-version.ac). */#define LUSTRE_VERSION_ALLOWED_OFFSET @AC_LUSTRE_VER_ALLOWED_OFFSET@#ifdef __KERNEL__/* If lustre version of client and servers it connects to differs by more * than this amount, client would issue a warning. * (set in lustre/autoconf/lustre-version.ac) */#define LUSTRE_VERSION_OFFSET_WARN @AC_LUSTRE_CLI_VER_OFFSET_WARN@#else/* If liblustre version of client and servers it connects to differs by more * than this amount, client would issue a warning. * (set in lustre/autoconf/lustre-version.ac) */#define LUSTRE_VERSION_OFFSET_WARN @AC_LUSTRE_LIB_VER_OFFSET_WARN@#endif#endif

⌨️ 快捷键说明

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