X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fptlrpc%2Fwiretest.c;h=81fe0fffeedd15e42e6a9ef9867c5804473d366d;hp=dc414a49f1589bf9a24e50d62863de2b21e216d1;hb=655d5e708e01a77368459a1dd9c34fab5b6838b1;hpb=912fe8382d05e51b21b4a76c6e169ac145cacc19 diff --git a/lustre/ptlrpc/wiretest.c b/lustre/ptlrpc/wiretest.c index dc414a4..81fe0ff 100644 --- a/lustre/ptlrpc/wiretest.c +++ b/lustre/ptlrpc/wiretest.c @@ -662,6 +662,7 @@ void lustre_assert_wire_constants(void) CLASSERT(OBD_FL_CKSUM_ADLER == 8192); CLASSERT(OBD_FL_SHRINK_GRANT == 131072); CLASSERT(OBD_FL_MMAP == (0x00040000)); + CLASSERT(OBD_FL_RECOV_RESEND == (0x00080000)); CLASSERT(OBD_CKSUM_CRC32 == 1); CLASSERT(OBD_CKSUM_ADLER == 2);