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.40 by pcg, Tue Mar 1 06:27:20 2005 UTC vs.
Revision 1.41 by pcg, Wed Mar 2 05:49:31 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines