From 9a95387e0f3af3a1a5c68eac6e9d225d08a3874c Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 25 Oct 2002 00:05:38 +0000 Subject: [PATCH] Quiet compiler warning. --- lustre/include/linux/lustre_ha.h | 1 + 1 file changed, 1 insertion(+) 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); -- 1.8.3.1