diff options
Diffstat (limited to 'src/python/swig')
-rw-r--r-- | src/python/swig/stats.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/python/swig/stats.i b/src/python/swig/stats.i index 87810d305..14a6966b1 100644 --- a/src/python/swig/stats.i +++ b/src/python/swig/stats.i @@ -146,6 +146,8 @@ void schedStatEvent(bool dump, bool reset, Tick when = curTick(), Tick repeat = 0); void processResetQueue(); +void enable(); +bool enabled(); std::list<Info *> &statsList(); |