git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge pull request #2 from bobr-kun/MySQL_custom_port
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
ether_linux
/
ether_cap.h
diff --git
a/projects/stargazer/plugins/capture/ether_linux/ether_cap.h
b/projects/stargazer/plugins/capture/ether_linux/ether_cap.h
index 73455658ec2050912654bb870794d250d6e834eb..5bb938feb507a5f10b540cd7aa8355c1d8e0dc6d 100644
(file)
--- 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(const MODULE_SETTINGS &
ms
) { return 0; }
+ int Reload(const MODULE_SETTINGS &
/*ms*/
) { return 0; }
bool IsRunning() { return isRunning; }
int ParseSettings() { return 0; }