/***************************************************************************************************************************************************************** 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 __REQUESTQUEUE_DOT_H__#define __REQUESTQUEUE_DOT_H__voiddlm_add_requestqueue(structdlm_ls*ls,intnodeid,structdlm_message*ms);intdlm_process_requestqueue(structdlm_ls*ls);voiddlm_wait_requestqueue(structdlm_ls*ls);voiddlm_purge_requestqueue(structdlm_ls*ls);#endif