Whamcloud - gitweb
b=11691
[fs/lustre-release.git] / lustre / include / lustre_ver.h.in
1 #ifndef _LUSTRE_VER_H_
2 #define _LUSTRE_VER_H_
3
4 #define LUSTRE_MAJOR @AC_LUSTRE_MAJOR@
5 #define LUSTRE_MINOR @AC_LUSTRE_MINOR@
6 #define LUSTRE_PATCH @AC_LUSTRE_PATCH@
7 #define LUSTRE_FIX @AC_LUSTRE_FIX@
8 #define LUSTRE_VERSION_STRING "@AC_LUSTRE_VERSION_STRING@"
9
10 // liblustre clients are only allowed to connect if their LUSTRE_FIX mismatches
11 // by this amount (set in lustre/autoconf/lustre-version.ac)
12 #define LUSTRE_VERSION_ALLOWED_OFFSET @AC_LUSTRE_VER_ALLOWED_OFFSET@
13
14 // if lustre version of client and servers it connects to differs by more than
15 // this amount, client would issue a warning
16 // (set in lustre/autoconf/lustre-version.ac)
17 #define LUSTRE_VERSION_OFFSET_WARN @AC_LUSTRE_VER_OFFSET_WARN@
18
19 #define LUSTRE_VERSION_CODE OBD_OCD_VERSION(LUSTRE_MAJOR,LUSTRE_MINOR,LUSTRE_PATCH,LUSTRE_FIX)
20
21 #endif