git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
В плагинах захвата трафика для Divert-сокетов и BPF реализована
[stg.git]
/
projects
/
stargazer
/
user.h
diff --git
a/projects/stargazer/user.h
b/projects/stargazer/user.h
index 7a9896bfcba77caac35677f2b449ff107838db39..3631d900be65b46ac89346e10094e1402e093c4c 100644
(file)
--- a/
projects/stargazer/user.h
+++ b/
projects/stargazer/user.h
@@
-144,9
+144,7
@@
public:
void ResetPassiveTime() { passiveTime = 0; }
void SetPassiveTimeAsNewUser();
void ResetPassiveTime() { passiveTime = 0; }
void SetPassiveTimeAsNewUser();
- void ResetDetailStat();
- int SwapDetailStat();
- int WriteDetailStat();
+ int WriteDetailStat(bool hard = false);
const TARIFF * GetTariff() const { return tariff; }
void ResetNextTariff() { nextTariff = ""; }
const TARIFF * GetTariff() const { return tariff; }
void ResetNextTariff() { nextTariff = ""; }
@@
-235,10
+233,8
@@
private:
const TARIFFS * tariffs;
const TARIFF * tariff;
const TARIFFS * tariffs;
const TARIFF * tariff;
- map<IP_DIR_PAIR, STAT_NODE> traffStatInternal[2];
- map<IP_DIR_PAIR, STAT_NODE> * traffStat;
- map<IP_DIR_PAIR, STAT_NODE> * traffStatToWrite;
- int traffStatInUse;
+ TRAFF_STAT traffStat;
+ std::list<std::pair<time_t, TRAFF_STAT> > traffStatQueue;
const SETTINGS * settings;
const SETTINGS * settings;