/***************************************************************************************************************************************************************** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.** Copyright (C) 2004-2009 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 __LOWCOMMS_DOT_H__#define __LOWCOMMS_DOT_H__intdlm_lowcomms_start(void);voiddlm_lowcomms_stop(void);voiddlm_lowcomms_exit(void);intdlm_lowcomms_close(intnodeid);void*dlm_lowcomms_get_buffer(intnodeid,intlen,gfp_tallocation,char**ppc);voiddlm_lowcomms_commit_buffer(void*mh);intdlm_lowcomms_connect_node(intnodeid);intdlm_lowcomms_addr(intnodeid,structsockaddr_storage*addr,intlen);#endif /* __LOWCOMMS_DOT_H__ */