diff options
author | Josh Blum | 2013-03-03 15:10:35 -0600 |
---|---|---|
committer | Josh Blum | 2013-03-03 15:10:35 -0600 |
commit | 79442a4c3a58b64ee21c519deeb7fcb4c8b441a9 (patch) | |
tree | 4e97e69f137c605c564df92e212d739fdb49acfc /include/gras/top_block.hpp | |
parent | e90090fecbc99dddfb197e8ff32f6546e72e34aa (diff) | |
download | sandhi-79442a4c3a58b64ee21c519deeb7fcb4c8b441a9.tar.gz sandhi-79442a4c3a58b64ee21c519deeb7fcb4c8b441a9.tar.bz2 sandhi-79442a4c3a58b64ee21c519deeb7fcb4c8b441a9.zip |
gras: renamed the api call for stats
Diffstat (limited to 'include/gras/top_block.hpp')
-rw-r--r-- | include/gras/top_block.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/gras/top_block.hpp b/include/gras/top_block.hpp index 34ee98d..fc86e30 100644 --- a/include/gras/top_block.hpp +++ b/include/gras/top_block.hpp @@ -78,10 +78,11 @@ struct GRAS_API TopBlock : HierBlock virtual bool wait(const double timeout); /*! - * Get block usage statistics in XML format. + * Get block usage statistics in some format. + * Args are used to set the query parameters. * An external app will visualize the data. */ - virtual std::string get_stats_xml(void); + virtual std::string get_stats(const std::string &args); }; } //namespace gras |