Whamcloud - gitweb
LU-10391 lnet: alter lnd_notify_peer_down() to take lnet_nid
[fs/lustre-release.git] / lnet / include / lnet / lib-types.h
index 8f53d63..0df6857 100644 (file)
@@ -327,7 +327,7 @@ struct lnet_lnd {
                              struct lnet_msg *msg, void **new_privatep);
 
        /* notification of peer down */
-       void (*lnd_notify_peer_down)(lnet_nid_t peer);
+       void (*lnd_notify_peer_down)(struct lnet_nid *peer);
 
        /* accept a new connection */
        int (*lnd_accept)(struct lnet_ni *ni, struct socket *sock);