diff options
author | Nathan Binkert <nate@binkert.org> | 2010-09-09 14:26:29 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2010-09-09 14:26:29 -0700 |
commit | 47ef97b9caad0a72751523855d145dcd96fc5738 (patch) | |
tree | 9c221cdf3826302b1a908c06ea279fe4c6d8b722 /src/python/swig/inet.i | |
parent | e6ee56c6571999631ce31b05d0e563d66a7bbdd8 (diff) | |
download | gem5-47ef97b9caad0a72751523855d145dcd96fc5738.tar.xz |
scons: Stop building the big monolithic swigged params module
kill params.i and create a separate .i for each object (param, enums, etc.)
Diffstat (limited to 'src/python/swig/inet.i')
-rw-r--r-- | src/python/swig/inet.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/python/swig/inet.i b/src/python/swig/inet.i index 96b4b85d0..e92b44597 100644 --- a/src/python/swig/inet.i +++ b/src/python/swig/inet.i @@ -32,6 +32,9 @@ #include "base/inet.hh" %} +%import "stdint.i" +%import "std_string.i" + namespace Net { struct EthAddr { |