X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2Fptlrpc_internal.h;h=399ff28fa5ddbbbf2fba8a96964d53e9003d687b;hb=e1d0224fb4045571a2d71e3a802095d82086e5e9;hp=3844760a5798a56f45ed184927456082fd3f3bbb;hpb=005bd7075c8710fb8efaede1148870d2c0601aad;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/ptlrpc_internal.h b/lustre/ptlrpc/ptlrpc_internal.h index 3844760..399ff28 100644 --- a/lustre/ptlrpc/ptlrpc_internal.h +++ b/lustre/ptlrpc/ptlrpc_internal.h @@ -305,10 +305,10 @@ void sptlrpc_gc_fini(void); /* sec_config.c */ void sptlrpc_conf_choose_flavor(enum lustre_sec_part from, - enum lustre_sec_part to, - struct obd_uuid *target, - lnet_nid_t nid, - struct sptlrpc_flavor *sf); + enum lustre_sec_part to, + struct obd_uuid *target, + struct lnet_nid *nid, + struct sptlrpc_flavor *sf); int sptlrpc_conf_init(void); void sptlrpc_conf_fini(void);