X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Fwiretest.c;h=76dcca4f36d6fc05ab14360ec9e975d721a9db96;hp=4d9a8748e6610807e19d8e10705d87a4a34bab0a;hb=4f91d5161d005eed6ff7a9fe6abea99690f4bcb7;hpb=30fd56b12ec22b3e19298c1f7e7c5f54551c015b diff --git a/lustre/utils/wiretest.c b/lustre/utils/wiretest.c index 4d9a874..76dcca4 100644 --- a/lustre/utils/wiretest.c +++ b/lustre/utils/wiretest.c @@ -343,6 +343,9 @@ void lustre_assert_wire_constants(void) CLASSERT(LDLM_FLOCK == 12); CLASSERT(LDLM_IBITS == 13); CLASSERT(LDLM_MAX_TYPE == 14); + CLASSERT(LUSTRE_RES_ID_SEQ_OFF == 0); + CLASSERT(LUSTRE_RES_ID_VER_OID_OFF == 1); + CLASSERT(LUSTRE_RES_ID_HSH_OFF == 3); LASSERTF(OBD_PING == 400, "found %lld\n", (long long)OBD_PING); LASSERTF(OBD_LOG_CANCEL == 401, "found %lld\n",