From: Elena Mamontova <helenh463@gmail.com>
Date: Wed, 9 Mar 2016 14:18:51 +0000 (+0200)
Subject: Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
X-Git-Tag: 2.409~174^2~1^2~20
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/78c9d541cff483781afbc2bdc58893bb763c0bb0

Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
Reload() method of the class IPQ_CAP in the ipq_cap.h plugin.
---

diff --git a/projects/stargazer/plugins/capture/ipq_linux/ipq_cap.h b/projects/stargazer/plugins/capture/ipq_linux/ipq_cap.h
index 39ed5766..7144d177 100644
--- a/projects/stargazer/plugins/capture/ipq_linux/ipq_cap.h
+++ b/projects/stargazer/plugins/capture/ipq_linux/ipq_cap.h
@@ -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; }