From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 1/2] tabled: drop dependency on libevent from libcldc Date: Sat, 28 Nov 2009 04:11:02 -0500 Message-ID: <4B10E926.8030904@garzik.org> References: <20091127205241.56dcf301@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20091127205241.56dcf301@redhat.com> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List On 11/27/2009 10:52 PM, Pete Zaitcev wrote: > This patch makes it so that tabled stops relying on libcldc using libevent. > Thus, libcldc would be free to drop libevent dependency. > > The patched tabled can build and work with the "old" libcldc too. > > Signed-Off-By: Pete Zaitcev > > --- > server/cldu.c | 24 +++++++++++++++++++++++- > 1 file changed, 23 insertions(+), 1 deletion(-) applied