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 compilation errors.
[stg.git]
/
projects
/
stargazer
/
traffcounter_impl.h
diff --git
a/projects/stargazer/traffcounter_impl.h
b/projects/stargazer/traffcounter_impl.h
index 7e552f82c186e2eab2c179c72ecb2d0d972a43ca..12439313e9a05a9cdb10afb817da7777f303776f 100644
(file)
--- a/
projects/stargazer/traffcounter_impl.h
+++ b/
projects/stargazer/traffcounter_impl.h
@@
-186,8
+186,6
@@
public:
TRAFFCOUNTER_IMPL(USERS_IMPL * users, const std::string & rulesFileName);
~TRAFFCOUNTER_IMPL();
TRAFFCOUNTER_IMPL(USERS_IMPL * users, const std::string & rulesFileName);
~TRAFFCOUNTER_IMPL();
- void SetRulesFile(const std::string & rulesFileName);
-
int Reload();
int Start();
int Stop();
int Reload();
int Start();
int Stop();
@@
-204,7
+202,6
@@
private:
bool ParseAddress(const char * ta, RULE * rule) const;
uint32_t CalcMask(uint32_t msk) const;
void FreeRules();
bool ParseAddress(const char * ta, RULE * rule) const;
uint32_t CalcMask(uint32_t msk) const;
void FreeRules();
- void PrintRule(RULE rule) const;
bool ReadRules(bool test = false);
static void * Run(void * data);
bool ReadRules(bool test = false);
static void * Run(void * data);