All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pete Zaitcev <zaitcev@redhat.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: Project Hail List <hail-devel@vger.kernel.org>
Subject: [Patch 2/4] cld: kill .known
Date: Sat, 8 Aug 2009 00:27:49 -0600	[thread overview]
Message-ID: <20090808002749.64151ecd@redhat.com> (raw)

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 <zaitcev@redhat.com>

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 */

                 reply	other threads:[~2009-08-08  6:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090808002749.64151ecd@redhat.com \
    --to=zaitcev@redhat.com \
    --cc=hail-devel@vger.kernel.org \
    --cc=jeff@garzik.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.