Whamcloud - gitweb
LU-10391 lnet: remove 'fatal' arg from lnet_{sock_}connect
[fs/lustre-release.git] / lnet / include / lnet / lib-lnet.h
index ccc74b5..c2fec37 100644 (file)
@@ -801,7 +801,7 @@ int lnet_sock_read(struct socket *sock, void *buffer, int nob, int timeout);
 
 int lnet_sock_listen(struct socket **sockp, __u32 ip, int port, int backlog,
                     struct net *ns);
-int lnet_sock_connect(struct socket **sockp, int *fatal,
+int lnet_sock_connect(struct socket **sockp,
                        __u32 local_ip, int local_port,
                        __u32 peer_ip, int peer_port, struct net *ns);