]> git.stg.codes - stg.git/commitdiff
Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
authorElena Mamontova <helenh463@gmail.com>
Thu, 10 Mar 2016 08:47:44 +0000 (10:47 +0200)
committerElena Mamontova <helenh463@gmail.com>
Thu, 10 Mar 2016 08:47:44 +0000 (10:47 +0200)
Reload() method of the class SMUX in the smux.h file.

projects/stargazer/plugins/other/smux/smux.h

index e379ea7f7f06261e4cfe64bc2612b83796c2c94b..3b217eb72878cafba22aa532bb129c7e8bbb75e0 100644 (file)
@@ -116,7 +116,7 @@ public:
 
     int Start();
     int Stop();
-    int Reload();
+    int Reload(const MODULE_SETTINGS & ms);
     bool IsRunning() { return running && !stopped; }
 
     const std::string & GetStrError() const { return errorStr; }