diff options
Diffstat (limited to 'src/python/swig')
-rw-r--r-- | src/python/swig/stats.i | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/python/swig/stats.i b/src/python/swig/stats.i index 46395eb22..3bdd2c9aa 100644 --- a/src/python/swig/stats.i +++ b/src/python/swig/stats.i @@ -123,6 +123,7 @@ reset() %ignore Stats::Info::flags; %import "base/stats/types.hh" +%import "base/types.hh" %include "base/stats/info.hh" %include "base/stats/output.hh" @@ -152,7 +153,7 @@ Output *initText(const std::string &filename, bool desc); void schedStatEvent(bool dump, bool reset, Tick when = curTick(), Tick repeat = 0); -void periodicStatDump(long long period = 0); +void periodicStatDump(Tick period = 0); void updateEvents(); |