git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Виправлено падіння сервера при надсиланні повідомлення
[stg.git]
/
projects
/
stargazer
/
user.h
diff --git
a/projects/stargazer/user.h
b/projects/stargazer/user.h
index 7a9896bfcba77caac35677f2b449ff107838db39..3472ba4b6334248bdcd4f65e3391ccb2953433b5 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 = ""; }
@@
-204,9
+202,8
@@
private:
void Disconnect(bool fakeDisconnect, const std::string & reason);
int SaveMonthStat(int month, int year);
void Disconnect(bool fakeDisconnect, const std::string & reason);
int SaveMonthStat(int month, int year);
- int SendMessage(const STG_MSG & msg);
- int RemoveMessage(uint64_t) { return 0; }
- int ScanMessage();
+ int SendMessage(STG_MSG & msg) const;
+ void ScanMessage();
time_t lastScanMessages;
string login;
time_t lastScanMessages;
string login;
@@
-235,10
+232,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::pair<time_t, TRAFF_STAT> traffStatSaved;
const SETTINGS * settings;
const SETTINGS * settings;
@@
-246,11
+241,12
@@
private:
const map<uint32_t, user_iter> * ipIndex;
const map<uint32_t, user_iter> * ipIndex;
+ list<STG_MSG> messages;
+
bool deleted;
time_t lastWriteStat; // ÷ÒÅÍÑ ÐÏÓÌÅÄÎÅÊ ÚÁÐÉÓÉ ÓÔÁÔÉÓÔÉËÉ
time_t lastWriteDeatiledStat; // ÷ÒÅÍÑ ÐÏÓÌÅÄÎÅÊ ÚÁÐÉÓÉ ÄÅÔÁÌØÎÏÊ ÓÔÁÔÉÓÔÉËÉ
bool deleted;
time_t lastWriteStat; // ÷ÒÅÍÑ ÐÏÓÌÅÄÎÅÊ ÚÁÐÉÓÉ ÓÔÁÔÉÓÔÉËÉ
time_t lastWriteDeatiledStat; // ÷ÒÅÍÑ ÐÏÓÌÅÄÎÅÊ ÚÁÐÉÓÉ ÄÅÔÁÌØÎÏÊ ÓÔÁÔÉÓÔÉËÉ
- time_t lastSwapDeatiledStat; // ÷ÒÅÍÑ ÐÏÓÌÅÄÎÅÊ ÚÁÐÉÓÉ ÄÅÔÁÌØÎÏÊ ÓÔÁÔÉÓÔÉËÉ
bool writeFreeMbTraffCost;
bool writeFreeMbTraffCost;