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

Comparing gvpe/src/ether_emu.C (file contents):
Revision 1.2 by pcg, Thu Oct 16 02:41:21 2003 UTC vs.
Revision 1.3 by pcg, Thu Oct 16 14:12:00 2003 UTC

20#include "config.h" 20#include "config.h"
21 21
22#include <map> 22#include <map>
23 23
24#include "vpn.h" 24#include "vpn.h"
25
26extern struct vpn network;
25 27
26struct ether_emu : map<u32, int> { 28struct ether_emu : map<u32, int> {
27 typedef map<u32, int> ipv4map; 29 typedef map<u32, int> ipv4map;
28 ipv4map ipv4; 30 ipv4map ipv4;
29 31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines