From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 05/12] Chunk: Use CLD timers Date: Mon, 19 Apr 2010 00:08:23 -0400 Message-ID: <4BCBD737.3070101@garzik.org> References: <20100417224109.51e829b2@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=UpnWvn8r5Ea6RzfOxLmBPVLdFhvR5rNHLU7F35YxIUA=; b=A6Q24wfdoJZtYkvl6xui5s1FlEVFBAoiglP3ZMacPYMEnqLAtM2MMXFJ4i2Z6Xl8cD MoGhKeubzpa6TjRk4RT6uYnIsf9X8VrFI+JAoSwvpbVKYFphEQqrsFbPh32xF3cjhh1W amXR3dJJAStZ/k2/PvrudBDiQt17n04gsiuSM= In-Reply-To: <20100417224109.51e829b2@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 04/18/2010 12:41 AM, Pete Zaitcev wrote: > Since ncld uses CLD timers and thus we had to have them in libcldc, > we may as well use them in Chunk. This gives us an automatic importation > of bugfixes. > > Signed-off-by: Pete Zaitcev > > --- > server/chunkd.h | 27 ++------------ > server/cldu.c | 4 +- > server/util.c | 84 +++++----------------------------------------- > 3 files changed, 17 insertions(+), 98 deletions(-) applied 5-8