X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Finclude%2Flnet%2Flib-types.h;h=c3feaea0621dba2dfdaf96ee57783eb75dcf33c8;hp=0550090b89cba8726f419b0cc731c66331d2c440;hb=9283e2ed6655e89fe693d35313c9dcf1d5a6703a;hpb=efe6615d7558ee6bda106546c55d92758bec528d diff --git a/lnet/include/lnet/lib-types.h b/lnet/include/lnet/lib-types.h index 0550090..c3feaea 100644 --- a/lnet/include/lnet/lib-types.h +++ b/lnet/include/lnet/lib-types.h @@ -1143,6 +1143,11 @@ struct lnet { /* recovery eq handler */ struct lnet_handle_eq ln_mt_eqh; + /* + * Completed when the discovery and monitor threads can enter their + * work loops + */ + struct completion ln_started; }; #endif