]> git.stg.codes - stg.git/commitdiff
Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
authorElena Mamontova <helenh463@gmail.com>
Thu, 10 Mar 2016 07:35:27 +0000 (09:35 +0200)
committerElena Mamontova <helenh463@gmail.com>
Thu, 10 Mar 2016 07:35:27 +0000 (09:35 +0200)
Reload() method of the class NFQ_CAP in the nfqueue.h file.

projects/stargazer/plugins/capture/nfqueue/nfqueue.h

index 871247848e0c1fef4c762493b925c50744f79438..60829626e091f04bfd770642215ff1e2d51018fe 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; }