git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Revert "Merge remote-tracking branch 'origin/master' into ticket37"
[stg.git]
/
projects
/
stargazer
/
plugins
/
other
/
rscript
/
rscript.h
diff --git
a/projects/stargazer/plugins/other/rscript/rscript.h
b/projects/stargazer/plugins/other/rscript/rscript.h
index bc6aa92f772f4375453c2f669100a318572f1bc7..0de1ea2e201a8702bd386aca651bf008da72cb84 100644
(file)
--- a/
projects/stargazer/plugins/other/rscript/rscript.h
+++ b/
projects/stargazer/plugins/other/rscript/rscript.h
@@
-140,6
+140,7
@@
struct USER {
USER(const std::vector<uint32_t> & r, USER_PTR it)
: user(it),
routers(r),
USER(const std::vector<uint32_t> & r, USER_PTR it)
: user(it),
routers(r),
+ shortPacketsCount(0),
ip(user->GetCurrIP())
{}
ip(user->GetCurrIP())
{}
@@
-184,7
+185,7
@@
public:
int Start();
int Stop();
int Start();
int Stop();
- int Reload();
+ int Reload(
const MODULE_SETTINGS & ms
);
bool IsRunning() { return isRunning; }
const std::string & GetStrError() const { return errorStr; }
bool IsRunning() { return isRunning; }
const std::string & GetStrError() const { return errorStr; }