From 0581040e01561f7ae417dc24fe3b87b989297585 Mon Sep 17 00:00:00 2001 From: shaan Date: Thu, 2 Jul 2009 18:22:53 +0200 Subject: Module for rasmgr --- rasmgr/rasmgr_config.hh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rasmgr/rasmgr_config.hh') diff --git a/rasmgr/rasmgr_config.hh b/rasmgr/rasmgr_config.hh index e2a24aa..fdb453e 100644 --- a/rasmgr/rasmgr_config.hh +++ b/rasmgr/rasmgr_config.hh @@ -52,6 +52,9 @@ const int DEFAULT_POLLING_FREQUENCY = 200; /// host/domain name size (See man gethostname) #define HOSTNAME_SIZE 255 +/** + * \ingroup Rasmgrs + */ class Configuration { public: @@ -115,6 +118,9 @@ class Configuration extern Configuration config; +/** + * \ingroup Rasmgrs + */ class BenchmarkTimer { public: -- cgit