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

Comparing gvpe/src/vpn.h (file contents):
Revision 1.32 by root, Sat Dec 17 22:05:34 2011 UTC vs.
Revision 1.33 by root, Tue Jan 17 21:38:11 2012 UTC

39 39
40struct vpn 40struct vpn
41{ 41{
42 int udpv4_fd , tcpv4_fd, ipv4_fd , icmpv4_fd , dnsv4_fd; 42 int udpv4_fd , tcpv4_fd, ipv4_fd , icmpv4_fd , dnsv4_fd;
43 int udpv4_tos, ipv4_tos, icmpv4_tos, dnsv4_tos; 43 int udpv4_tos, ipv4_tos, icmpv4_tos, dnsv4_tos;
44
45#if 1 //D
46 int ipv42_fd, ipv42_tos;
47 void ipv42_ev (ev::io &w, int revents); ev::io ipv42_ev_watcher;
48 bool send_ipv42_packet (vpn_packet *pkt, const sockinfo &si, int tos);
49#endif
50 44
51 int events; 45 int events;
52 46
53 enum { 47 enum {
54 EVENT_RECONNECT = 1, 48 EVENT_RECONNECT = 1,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines