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.45 by pcg, Tue Dec 4 17:17:20 2007 UTC vs.
Revision 1.46 by pcg, Thu Dec 6 00:35:29 2007 UTC

560 vector<dns_rcv *> rcvpq; 560 vector<dns_rcv *> rcvpq;
561 561
562 byte_stream rcvdq; int rcvseq; int repseq; 562 byte_stream rcvdq; int rcvseq; int repseq;
563 byte_stream snddq; int sndseq; 563 byte_stream snddq; int sndseq;
564 564
565 void time_cb (ev::timer &w, int revents); ev::timer tw; 565 inline void time_cb (ev::timer &w, int revents); ev::timer tw;
566 void receive_rep (dns_rcv *r); 566 void receive_rep (dns_rcv *r);
567 567
568 dns_connection (connection *c); 568 dns_connection (connection *c);
569 ~dns_connection (); 569 ~dns_connection ();
570}; 570};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines