Whamcloud - gitweb
LU-10855 ptlrpc: assign specific values to MGS opcodes
[fs/lustre-release.git] / lustre / utils / wiretest.c
index a83a3db..0ff5bbd 100644 (file)
@@ -381,6 +381,8 @@ void lustre_assert_wire_constants(void)
                 (long long)MGS_TARGET_DEL);
        LASSERTF(MGS_SET_INFO == 255, "found %lld\n",
                 (long long)MGS_SET_INFO);
+       LASSERTF(MGS_CONFIG_READ == 256, "found %lld\n",
+                (long long)MGS_CONFIG_READ);
        LASSERTF(MGS_LAST_OPC == 257, "found %lld\n",
                 (long long)MGS_LAST_OPC);
        LASSERTF(SEC_CTX_INIT == 801, "found %lld\n",