git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed timer debug with TIME_SPEED=1 (tv_nsec should be less than 1000000000)
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
divert_freebsd
/
divert_cap.h
diff --git
a/projects/stargazer/plugins/capture/divert_freebsd/divert_cap.h
b/projects/stargazer/plugins/capture/divert_freebsd/divert_cap.h
index 3c52701d0a4cf5e1517798f0838e6b461441ea04..d8f4d6f82428db536a72503e1d45401587b9a538 100644
(file)
--- a/
projects/stargazer/plugins/capture/divert_freebsd/divert_cap.h
+++ b/
projects/stargazer/plugins/capture/divert_freebsd/divert_cap.h
@@
-51,7
+51,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; }
void SetSettings(const MODULE_SETTINGS & s) { settings = s; }