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

Comparing gvpe/src/device.h (file contents):
Revision 1.12 by pcg, Thu Oct 16 14:12:00 2003 UTC vs.
Revision 1.13 by pcg, Thu Oct 16 20:13:21 2003 UTC

98 int fd; 98 int fd;
99 99
100 // network interface name or identifier 100 // network interface name or identifier
101 char ifrname[IFNAMESIZE + 1]; 101 char ifrname[IFNAMESIZE + 1];
102 102
103 char *device;
104
105 tap_device (); 103 tap_device ();
106 ~tap_device (); 104 ~tap_device ();
107 105
108 //bool open (); 106 //bool open ();
109 //void close (); 107 //void close ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines