/***************************************************************************************************************************************************************** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.** Copyright (C) 2005-2007 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 __RCOM_DOT_H__#define __RCOM_DOT_H__intdlm_rcom_status(structdlm_ls*ls,intnodeid,uint32_tstatus_flags);intdlm_rcom_names(structdlm_ls*ls,intnodeid,char*last_name,intlast_len);intdlm_send_rcom_lookup(structdlm_rsb*r,intdir_nodeid);intdlm_send_rcom_lookup_dump(structdlm_rsb*r,intto_nodeid);intdlm_send_rcom_lock(structdlm_rsb*r,structdlm_lkb*lkb);voiddlm_receive_rcom(structdlm_ls*ls,structdlm_rcom*rc,intnodeid);intdlm_send_ls_not_ready(intnodeid,structdlm_rcom*rc_in);#endif