/***************************************************************************************************************************************************************** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved.**** This copyrighted material is made available to anyone wishing to use,** modify, copy, or redistribute it subject to the terms and conditions** of the GNU General Public License v.2.***************************************************************************************************************************************************************/#ifndef __RECOVER_DOT_H__#define __RECOVER_DOT_H__intdlm_wait_function(structdlm_ls*ls,int(*testfn)(structdlm_ls*ls));uint32_tdlm_recover_status(structdlm_ls*ls);voiddlm_set_recover_status(structdlm_ls*ls,uint32_tstatus);intdlm_recover_members_wait(structdlm_ls*ls);intdlm_recover_directory_wait(structdlm_ls*ls);intdlm_recover_locks_wait(structdlm_ls*ls);intdlm_recover_done_wait(structdlm_ls*ls);intdlm_recover_masters(structdlm_ls*ls);intdlm_recover_master_reply(structdlm_ls*ls,structdlm_rcom*rc);intdlm_recover_locks(structdlm_ls*ls);voiddlm_recovered_lock(structdlm_rsb*r);intdlm_create_root_list(structdlm_ls*ls);voiddlm_release_root_list(structdlm_ls*ls);voiddlm_clear_toss(structdlm_ls*ls);voiddlm_recover_rsbs(structdlm_ls*ls);#endif /* __RECOVER_DOT_H__ */