Whamcloud - gitweb
It did indeed fix it; here's the ones that I forgot.
authorpschwan <pschwan>
Fri, 24 May 2002 17:09:48 +0000 (17:09 +0000)
committerpschwan <pschwan>
Fri, 24 May 2002 17:09:48 +0000 (17:09 +0000)
lustre/ptlrpc/rpc.c

index 5ba2c3c..3884e10 100644 (file)
@@ -144,6 +144,15 @@ static void __exit ptlrpc_exit(void)
         ptlrpc_cleanup_connection();
 }
 
+/* connmgr.c */
+EXPORT_SYMBOL(connmgr_connect);
+EXPORT_SYMBOL(connmgr_handle);
+EXPORT_SYMBOL(recovd_cli_fail);
+EXPORT_SYMBOL(recovd_cli_manage);
+EXPORT_SYMBOL(recovd_cli_fixed);
+EXPORT_SYMBOL(recovd_setup);
+EXPORT_SYMBOL(recovd_cleanup);
+
 /* connection.c */
 EXPORT_SYMBOL(ptlrpc_readdress_connection);
 EXPORT_SYMBOL(ptlrpc_get_connection);