ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/src/firedns.c
(Generate patch)

Comparing hopm/branches/1.0.x/src/firedns.c (file contents):
Revision 5380 by michael, Thu Jan 8 12:46:36 2015 UTC vs.
Revision 5381 by michael, Sat Jan 17 19:11:01 2015 UTC

# Line 48 | Line 48 | Foundation, Inc., 59 Temple Place, Suite
48   #define min(a,b) (a < b ? a : b)
49  
50   int fdns_errno = FDNS_ERR_NONE;
51 unsigned int fdns_fdinuse = 0;
51  
52   /* Variables local to this file */
53 + static unsigned int fdns_fdinuse;
54  
55   /* up to FDNS_MAX nameservers; populated by firedns_init() */
56   static struct in_addr servers4[FDNS_MAX];
57 + static struct in6_addr servers6[FDNS_MAX];
58   /* actual count of nameservers; set by firedns_init() */
59   static int i4;
60   static int i6;
60 static struct in6_addr servers6[FDNS_MAX];
61  
62   /*
63   * Linked list of open DNS queries; populated by firedns_add_query(),

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)