]> git.stg.codes - stg.git/commitdiff
Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
authorElena Mamontova <helenh463@gmail.com>
Wed, 9 Mar 2016 08:52:55 +0000 (10:52 +0200)
committerElena Mamontova <helenh463@gmail.com>
Wed, 9 Mar 2016 08:52:55 +0000 (10:52 +0200)
Reload() method of the class AUTH_STRESS in the stress.h plugin.

projects/stargazer/plugins/authorization/stress/stress.h

index 83ab3231d5c75fc9b2a5e0fb1d823bdda6d2680d..8ab8122a6611a00eae51117a67f6cc7ac28f72e2 100644 (file)
@@ -93,7 +93,7 @@ public:
 
     int                 Start();
     int                 Stop();
-    int                 Reload() { return 0; }
+    int                 Reload(const MODULE_SETTINGS & ms) { return 0; }
     bool                IsRunning();
     void                SetSettings(const MODULE_SETTINGS & s);
     int                 ParseSettings();