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

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

index 76785ed293ebb55f2116cf2549920371cc21ed39..2a9840aefb078c45d3b9ef52a337820bdffd90d2 100644 (file)
@@ -98,7 +98,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; }