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.13 by pcg, Thu Oct 16 20:13:21 2003 UTC vs.
Revision 1.14 by pcg, Thu Oct 16 21:12:43 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
103 tap_device (); 105 tap_device ();
104 ~tap_device (); 106 ~tap_device ();
105 107
106 //bool open (); 108 //bool open ();
107 //void close (); 109 //void close ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines