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.8 by pcg, Tue Oct 14 17:01:07 2003 UTC vs.
Revision 1.9 by pcg, Tue Oct 14 17:06:21 2003 UTC

76 mac dst; 76 mac dst;
77 mac src; 77 mac src;
78 u8 data[MAXSIZE - 12]; 78 u8 data[MAXSIZE - 12];
79}; 79};
80 80
81struct tap_device_base { 81struct tap_device {
82 int fd; 82 int fd;
83 83
84 // network interface name or identifier 84 // network interface name or identifier
85 char ifrname[IFNAMESIZE + 1]; 85 char ifrname[IFNAMESIZE + 1];
86 86

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines