diff options
author | Josh Blum | 2013-02-24 15:10:11 -0800 |
---|---|---|
committer | Josh Blum | 2013-02-24 15:10:11 -0800 |
commit | 0a8e905e35e181972737862da74143f8852d5300 (patch) | |
tree | 70332ef31eea2bbd07777ffdaff461b31ecaf34f /python/gras/GRAS_HierBlock.i | |
parent | 781cf7b0f9d4bc834ae89267108ed846c7de1323 (diff) | |
download | sandhi-0a8e905e35e181972737862da74143f8852d5300.tar.gz sandhi-0a8e905e35e181972737862da74143f8852d5300.tar.bz2 sandhi-0a8e905e35e181972737862da74143f8852d5300.zip |
gras: tweaks to python status wrapper
Diffstat (limited to 'python/gras/GRAS_HierBlock.i')
-rw-r--r-- | python/gras/GRAS_HierBlock.i | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/gras/GRAS_HierBlock.i b/python/gras/GRAS_HierBlock.i index 3c4e75e..1d2ba6e 100644 --- a/python/gras/GRAS_HierBlock.i +++ b/python/gras/GRAS_HierBlock.i @@ -95,6 +95,12 @@ struct TopBlockPython : TopBlock PyTSPhondler phil; return TopBlock::wait(timeout); } + + std::string get_stats_xml(void) + { + PyTSPhondler phil; + return TopBlock::get_stats_xml(); + } }; struct HierBlockPython : HierBlock |