summaryrefslogtreecommitdiffstats
path: root/rasmgr
diff options
context:
space:
mode:
Diffstat (limited to 'rasmgr')
-rw-r--r--rasmgr/rasmgr_config.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/rasmgr/rasmgr_config.hh b/rasmgr/rasmgr_config.hh
index fdb453e..5b385a8 100644
--- a/rasmgr/rasmgr_config.hh
+++ b/rasmgr/rasmgr_config.hh
@@ -113,7 +113,10 @@ class Configuration
CommandLineParser &cmlInter;
CommandLineParameter &cmlHelp, &cmlHostName, &cmlPort, &cmlPollFrequ;
CommandLineParameter &cmlMaster, &cmlMasterPort, &cmlName, &cmlQuiet;
+
+ #ifdef RMANDEBUG
CommandLineParameter &cmlTest, &cmlDSup, &cmlRandTest, &cmlRth, &cmlMultiWT;
+ #endif
};
extern Configuration config;