Whamcloud - gitweb
LU-2237 tests: new test for re-recreating last_rcvd
[fs/lustre-release.git] / lustre / include / lustre_ver.h.in
1 #ifndef _LUSTRE_VER_H_
2 #define _LUSTRE_VER_H_
3 /* This file automatically generated from lustre/include/lustre_ver.h.in,
4  * based on parameters in lustre/autoconf/lustre-version.ac.
5  * Changes made directly to this file will be lost. */
6
7 #define LUSTRE_MAJOR @AC_LUSTRE_MAJOR@
8 #define LUSTRE_MINOR @AC_LUSTRE_MINOR@
9 #define LUSTRE_PATCH @AC_LUSTRE_PATCH@
10 #define LUSTRE_FIX @AC_LUSTRE_FIX@
11 #define LUSTRE_VERSION_STRING "@AC_LUSTRE_VERSION_STRING@"
12
13 #define LUSTRE_VERSION_CODE OBD_OCD_VERSION(LUSTRE_MAJOR,LUSTRE_MINOR,LUSTRE_PATCH,LUSTRE_FIX)
14
15 /* liblustre clients are only allowed to connect if their LUSTRE_FIX mismatches
16  * by this amount (set in lustre/autoconf/lustre-version.ac). */
17 #define LUSTRE_VERSION_ALLOWED_OFFSET @AC_LUSTRE_VER_ALLOWED_OFFSET@
18
19 #ifdef __KERNEL__
20 /* If lustre version of client and servers it connects to differs by more
21  * than this amount, client would issue a warning.
22  * (set in lustre/autoconf/lustre-version.ac) */
23 #define LUSTRE_VERSION_OFFSET_WARN @AC_LUSTRE_CLI_VER_OFFSET_WARN@
24 #else
25 /* If liblustre version of client and servers it connects to differs by more
26  * than this amount, client would issue a warning.
27  * (set in lustre/autoconf/lustre-version.ac) */
28 #define LUSTRE_VERSION_OFFSET_WARN @AC_LUSTRE_LIB_VER_OFFSET_WARN@
29 #endif
30
31 #endif