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

Comparing gvpe/src/connection.C (file contents):
Revision 1.42 by pcg, Thu Mar 3 16:54:34 2005 UTC vs.
Revision 1.43 by pcg, Fri Mar 4 04:52:38 2005 UTC

1224: vpn(vpn), conf(conf) 1224: vpn(vpn), conf(conf)
1225, rekey (this, &connection::rekey_cb) 1225, rekey (this, &connection::rekey_cb)
1226, keepalive (this, &connection::keepalive_cb) 1226, keepalive (this, &connection::keepalive_cb)
1227, establish_connection (this, &connection::establish_connection_cb) 1227, establish_connection (this, &connection::establish_connection_cb)
1228#if ENABLE_DNS 1228#if ENABLE_DNS
1229, dnsv4_tw (this, &connection::dnsv4_cb) 1229, dns (0)
1230, dns_rcvdq (0), dns_snddq (0)
1231, dns_rcvseq (0), dns_sndseq (0)
1232#endif 1230#endif
1233{ 1231{
1234 octx = ictx = 0; 1232 octx = ictx = 0;
1235 retry_cnt = 0; 1233 retry_cnt = 0;
1236 1234

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines