ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/vpn_dns.C
(Generate patch)

Comparing gvpe/src/vpn_dns.C (file contents):
Revision 1.44 by pcg, Tue Dec 4 14:55:59 2007 UTC vs.
Revision 1.45 by pcg, Tue Dec 4 17:17:20 2007 UTC

725 725
726dns_connection::dns_connection (connection *c) 726dns_connection::dns_connection (connection *c)
727: c (c) 727: c (c)
728, rcvdq (MAX_BACKLOG * 2) 728, rcvdq (MAX_BACKLOG * 2)
729, snddq (MAX_BACKLOG) 729, snddq (MAX_BACKLOG)
730, tw (this, &dns_connection::time_cb)
731{ 730{
731 tw.set<dns_connection, &dns_connection::time_cb> (this);
732
732 vpn = c->vpn; 733 vpn = c->vpn;
733 734
734 established = false; 735 established = false;
735 736
736 rcvseq = repseq = sndseq = 0; 737 rcvseq = repseq = sndseq = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines