diff --git a/include/transport/statsresponder.h b/include/transport/statsresponder.h index 9c252d92427eaac0714d0ab8cae6b537c51bbed3..ecdd331f5c83f4fd6a0fba05bbdf45be6c230c4b 100644 --- a/include/transport/statsresponder.h +++ b/include/transport/statsresponder.h @@ -41,6 +41,8 @@ class StatsResponder : public Swift::Responder { virtual bool handleGetRequest(const Swift::JID& from, const Swift::JID& to, const std::string& id, boost::shared_ptr payload); virtual bool handleSetRequest(const Swift::JID& from, const Swift::JID& to, const std::string& id, boost::shared_ptr payload); + unsigned long usedMemory(); + Component *m_component; UserManager *m_userManager; NetworkPluginServer *m_server;