/***************************************************************************************************************************************************************** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.** Copyright (C) 2004-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 __MEMORY_DOT_H__#define __MEMORY_DOT_H__intdlm_memory_init(void);voiddlm_memory_exit(void);structdlm_rsb*dlm_allocate_rsb(structdlm_ls*ls);voiddlm_free_rsb(structdlm_rsb*r);structdlm_lkb*dlm_allocate_lkb(structdlm_ls*ls);voiddlm_free_lkb(structdlm_lkb*l);char*dlm_allocate_lvb(structdlm_ls*ls);voiddlm_free_lvb(char*l);#endif /* __MEMORY_DOT_H__ */