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

projects/stargazer/plugins/capture/cap_nf/cap_nf.h

index bcb8b743619ac4658a49bb130a6b50bd5909a188..ae0b3763cd58947827547294954e4781a8a81211 100644 (file)
@@ -99,7 +99,7 @@ public:
 
     int             Start();
     int             Stop();
-    int             Reload() { return 0; }
+    int             Reload(const MODULE_SETTINGS & ms) { return 0; }
     bool            IsRunning() { return runningTCP || runningUDP; }
     const std::string & GetStrError() const { return errorStr; }
     std::string     GetVersion() const { return VERSION; }