]> 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 14:14:07 +0000 (16:14 +0200)
committerElena Mamontova <helenh463@gmail.com>
Wed, 9 Mar 2016 14:14:07 +0000 (16:14 +0200)
Reload() method of the class ETHER_CAP in the ether_cap.h plugin.

projects/stargazer/plugins/capture/ether_linux/ether_cap.h

index 8dfb6c043e741dd7dbbb80ee2ff661becbfdce1c..73455658ec2050912654bb870794d250d6e834eb 100644 (file)
@@ -52,7 +52,7 @@ public:
 
     int                 Start();
     int                 Stop();
-    int                 Reload() { return 0; }
+    int                 Reload(const MODULE_SETTINGS & ms) { return 0; }
     bool                IsRunning() { return isRunning; }
 
     int                 ParseSettings() { return 0; }