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

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

diff --git a/projects/stargazer/plugins/capture/ether_linux/ether_cap.h b/projects/stargazer/plugins/capture/ether_linux/ether_cap.h
index 8dfb6c04..73455658 100644
--- a/projects/stargazer/plugins/capture/ether_linux/ether_cap.h
+++ b/projects/stargazer/plugins/capture/ether_linux/ether_cap.h
@@ -52,7 +52,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; }