From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 3/4] chunkd: write our contact information into CLD Date: Tue, 11 Aug 2009 01:08:54 -0400 Message-ID: <4A80FCE6.8050909@garzik.org> References: <20090810190209.24c09786@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090810190209.24c09786@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 Pete Zaitcev wrote: > Add our listening information into the parameter file in CLD. > For now we only do that, and do not try to reorganize the CLD > namespace that Chunk uses, use full path as a parameter, and other > planned things. We do switch to asprintf though, it makes the > code more robust (no more counting of elements by hand). > > Signed-Off-By: Pete Zaitcev applied 3-4