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 /lib | |
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 'lib')
-rw-r--r-- | lib/top_block_stats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/top_block_stats.cpp b/lib/top_block_stats.cpp index 5d206e2..2a6d36c 100644 --- a/lib/top_block_stats.cpp +++ b/lib/top_block_stats.cpp @@ -22,7 +22,7 @@ struct GetStatsReceiver : Theron::Receiver std::vector<GetStatsMessage> messages; }; -std::string TopBlock::get_stats_xml(void) +std::string TopBlock::get_stats(const std::string &) { GetStatsReceiver receiver; (*this)->executor->post_all(GetStatsMessage(), receiver); |