All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 2/4] cld: kill .known
@ 2009-08-08  6:27 Pete Zaitcev
  0 siblings, 0 replies; only message in thread
From: Pete Zaitcev @ 2009-08-08  6:27 UTC (permalink / raw)
  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 <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 */

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-08  6:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-08  6:27 [Patch 2/4] cld: kill .known Pete Zaitcev

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.