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.26 by pcg, Sun Dec 2 00:09:36 2007 UTC vs.
Revision 1.27 by pcg, Sun Dec 2 00:20:19 2007 UTC

27#include "device.h" 27#include "device.h"
28#include "connection.h" 28#include "connection.h"
29 29
30struct vpn 30struct vpn
31{ 31{
32 int udpv4_fd, tcpv4_fd, ipv4_fd, icmpv4_fd, dnsv4_fd; 32 int udpv4_fd , tcpv4_fd, ipv4_fd , icmpv4_fd , dnsv4_fd;
33 int udpv4_tos, tcpv4_tos, ipv4_tos, icmpv4_tos, dnsv4_tos; 33 int udpv4_tos, ipv4_tos, icmpv4_tos, dnsv4_tos;
34 34
35 int events; 35 int events;
36 36
37 enum { 37 enum {
38 EVENT_RECONNECT = 1, 38 EVENT_RECONNECT = 1,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines