]> 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 09:29:22 +0000 (11:29 +0200)
committerElena Mamontova <helenh463@gmail.com>
Wed, 9 Mar 2016 09:29:22 +0000 (11:29 +0200)
Reload() method of the class DIVERT_CAP in the divert_cap.h plugin.

projects/stargazer/plugins/capture/divert_freebsd/divert_cap.h

index b34f832e5ea5b7706a762edb7ba92b38aeb3b84c..3c52701d0a4cf5e1517798f0838e6b461441ea04 100644 (file)
@@ -51,7 +51,7 @@ public:
 
     int                 Start();
     int                 Stop();
-    int                 Reload() { return 0; }
+    int                 Reload(const MODULE_SETTINGS & ms) { return 0; }
     bool                IsRunning() { return isRunning; }
 
     void                SetSettings(const MODULE_SETTINGS & s) { settings = s; }