From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 1/1] tabled: switch to ncld Date: Tue, 09 Feb 2010 00:06:46 -0500 Message-ID: <4B70ED66.1080307@garzik.org> References: <20100208214214.16f39ec8@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=QtaqQswKP/Te1t7tyrQ10kSRRyv2nsFhkCX1CYgVAC4=; b=mvGbaCobKFwKDKOCRkhN1rZHf9npgY01yVc8TDJq68ebHS2ZDOzoVUO2KeKOUVCwy0 0Qurv3V4kBFae+LaWdZlKlK800t0buiQg1MzbhEl8LuOy9YMq2Pp2iet32jwRqsX/BbF QMjOtpsqPNxmRF0f2ThY65j1Z+B+uIaLdLmKA= In-Reply-To: <20100208214214.16f39ec8@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 02/08/2010 11:42 PM, Pete Zaitcev wrote: > No new function just yet, only a switch-over. > > Signed-Off-By: Pete Zaitcev > > --- > server/cldu.c | 789 +++++++++++++----------------------------------- > 1 file changed, 215 insertions(+), 574 deletions(-) Looks good, but needs a rediff against the latest. Colin's patch for the recent CLD API update went in on Sunday, though the repo was not pushed until recently. Jeff