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

projects/stargazer/plugins/capture/ipq_linux/ipq_cap.h

index 39ed5766401bac4228c48dea191f096f4082100a..7144d177dc82a42e72a9ed9c30c20622a92df7d2 100644 (file)
@@ -47,7 +47,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; }