X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Finclude%2Flnet%2Flib-types.h;h=45a420fc51b02c957a6a940666efe3683565a67a;hp=9150b7401bc7605c24dcbf69e7b9235ae01639e5;hb=db49fbf00d24edc8347006241f314fb0f82f1b63;hpb=47cc77462343533b4d706836e7e087f7a1844318 diff --git a/lnet/include/lnet/lib-types.h b/lnet/include/lnet/lib-types.h index 9150b74..45a420f 100644 --- a/lnet/include/lnet/lib-types.h +++ b/lnet/include/lnet/lib-types.h @@ -190,7 +190,7 @@ struct lnet_libhandle { struct lnet_me { struct list_head me_list; int me_cpt; - struct lnet_process_id me_match_id; + struct lnet_processid me_match_id; unsigned int me_portal; unsigned int me_pos; /* hash offset in mt_hash */ __u64 me_match_bits; @@ -959,7 +959,7 @@ enum lnet_match_flags { /* parameter for matching operations (GET, PUT) */ struct lnet_match_info { __u64 mi_mbits; - struct lnet_process_id mi_id; + struct lnet_processid mi_id; unsigned int mi_cpt; unsigned int mi_opc; unsigned int mi_portal;