From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pete Zaitcev Subject: [Patch 2/4] cld: kill .known Date: Sat, 8 Aug 2009 00:27:49 -0600 Message-ID: <20090808002749.64151ecd@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Jeff Garzik Cc: Project Hail List This phase 2 of operation "return array management paraphernalia where arrays are". The Chunk and Tabled were updated previously. N.B. This is a flag day for dependent applications, but since headers and library come in one package, there should be no disruption. Signed-Off-By: Pete Zaitcev diff --git a/include/cldc.h b/include/cldc.h index 8bc8295..491ec36 100644 --- a/include/cldc.h +++ b/include/cldc.h @@ -117,7 +117,6 @@ struct cldc_session { /** Information for a single CLD server host */ struct cldc_host { - int known; unsigned int prio; unsigned int weight; char *host; diff --git a/lib/cldc-dns.c b/lib/cldc-dns.c index eae24b0..8f8984b 100644 --- a/lib/cldc-dns.c +++ b/lib/cldc-dns.c @@ -263,8 +263,6 @@ do_try_again: rc, hostb, verbose, act_log)) break; - hp.known = 1; - push_host(host_list, &hp); break; case ns_t_cname: /* impossible, but */