From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [Patch 3/3] tabled: use "auto" keyword Date: Wed, 30 Sep 2009 18:40:17 -0400 Message-ID: <4AC3DE51.3060705@garzik.org> References: <20090929154210.6edbe3d2@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090929154210.6edbe3d2@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 09/29/2009 05:42 PM, Pete Zaitcev wrote: > The current implementation of automatic listening ports was configured > implicitly by adding clause. This turned out to be a silly > idea. A special keyword for is more convenient. > > This should be built after both CLD and Chunk implement "auto" keyword. > > Signed-off-by: Pete Zaitcev applied