From: adilger Date: Fri, 25 Oct 2002 00:05:38 +0000 (+0000) Subject: Quiet compiler warning. X-Git-Tag: 0.5.16~122 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9a95387e0f3af3a1a5c68eac6e9d225d08a3874c;p=fs%2Flustre-release.git Quiet compiler warning. --- diff --git a/lustre/include/linux/lustre_ha.h b/lustre/include/linux/lustre_ha.h index 8afa1a8..f989e6d 100644 --- a/lustre/include/linux/lustre_ha.h +++ b/lustre/include/linux/lustre_ha.h @@ -45,6 +45,7 @@ struct recovd_data { void recovd_conn_fail(struct ptlrpc_connection *conn); void recovd_conn_manage(struct ptlrpc_connection *conn, struct recovd_obd *mgr, ptlrpc_recovery_cb_t recover); +void recovd_conn_unmanage(struct ptlrpc_connection *conn); void recovd_conn_fixed(struct ptlrpc_connection *conn); int recovd_setup(struct recovd_obd *mgr); int recovd_cleanup(struct recovd_obd *mgr);