/******************************************************************************1*******************************************************************************2**3** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.4** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved.5**6** This copyrighted material is made available to anyone wishing to use,7** modify, copy, or redistribute it subject to the terms and conditions8** of the GNU General Public License v.2.9**10*******************************************************************************11******************************************************************************/1213#ifndef __RECOVERD_DOT_H__14#define __RECOVERD_DOT_H__1516void dlm_recoverd_kick(struct dlm_ls *ls);17void dlm_recoverd_stop(struct dlm_ls *ls);18int dlm_recoverd_start(struct dlm_ls *ls);19void dlm_recoverd_suspend(struct dlm_ls *ls);20void dlm_recoverd_resume(struct dlm_ls *ls);2122#endif /* __RECOVERD_DOT_H__ */23242526