X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flustre_nrs.h;h=8223c08081b62d4f6297007025a35f97b7ed6c4c;hb=7a8fafe2a10674dae7dc490c45d7bd2e49e1926e;hp=bafbc7ea84e97309f4e0977d946ee5702b78e365;hpb=daa388b5399b4e2979865717d4cc0ee7cb3fa1db;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre_nrs.h b/lustre/include/lustre_nrs.h index bafbc7e..8223c08 100644 --- a/lustre/include/lustre_nrs.h +++ b/lustre/include/lustre_nrs.h @@ -672,9 +672,11 @@ enum { }; #include +#ifdef HAVE_SERVER_SUPPORT #include #include #include +#endif /* HAVE_SERVER_SUPPORT */ #include /** @@ -712,6 +714,7 @@ struct ptlrpc_nrs_request { * Fields for the FIFO policy */ struct nrs_fifo_req fifo; +#ifdef HAVE_SERVER_SUPPORT /** * CRR-N request defintion */ @@ -722,6 +725,7 @@ struct ptlrpc_nrs_request { * TBF request definition */ struct nrs_tbf_req tbf; +#endif /* HAVE_SERVER_SUPPORT */ /** * Fields for the delay policy */