X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Fwiretest.c;h=62cbfa1b45f219d36eecbade3f9a855518996fe4;hp=801dcd6613b79f584141732e8069b957e5cdc1ae;hb=5bd85b467a4b6ef57d7a3c119296c9a317afc73b;hpb=8b8b7b3c4c1060e0a48be38ca7859d229a6dfca7 diff --git a/lustre/utils/wiretest.c b/lustre/utils/wiretest.c index 801dcd6..62cbfa1 100644 --- a/lustre/utils/wiretest.c +++ b/lustre/utils/wiretest.c @@ -1166,6 +1166,8 @@ void lustre_assert_wire_constants(void) OBD_CONNECT_SHORTIO); LASSERTF(OBD_CONNECT_PINGLESS == 0x4000000000000ULL, "found 0x%.16llxULL\n", OBD_CONNECT_PINGLESS); + LASSERTF(OBD_CONNECT_FLOCK_DEAD == 0x8000000000000ULL, "found 0x%.16llxULL\n", + OBD_CONNECT_FLOCK_DEAD); LASSERTF(OBD_CKSUM_CRC32 == 0x00000001UL, "found 0x%.8xUL\n", (unsigned)OBD_CKSUM_CRC32); LASSERTF(OBD_CKSUM_ADLER == 0x00000002UL, "found 0x%.8xUL\n",