lustre_ver.h

来自「lustre 1.6.5 source code」· C头文件 代码 · 共 33 行

H
33
字号
#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 1#define LUSTRE_MINOR 6#define LUSTRE_PATCH 5#define LUSTRE_FIX 0#define LUSTRE_VERSION_STRING "1.6.5"#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 OBD_OCD_VERSION(0,0,1,32)#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 OBD_OCD_VERSION(0,2,0,0)#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 OBD_OCD_VERSION(0,0,1,32)#endif#endif

⌨️ 快捷键说明

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