git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Finished new implementation of sgconfig plugin.
[stg.git]
/
projects
/
stargazer
/
user_impl.cpp
diff --git
a/projects/stargazer/user_impl.cpp
b/projects/stargazer/user_impl.cpp
index 2b60c9adaab9e2c89c988b6bb53a1a3b5b26e28f..7932198783197138cde33d1d7ef664e1af960f7f 100644
(file)
--- a/
projects/stargazer/user_impl.cpp
+++ b/
projects/stargazer/user_impl.cpp
@@
-115,6
+115,7
@@
USER_IMPL::USER_IMPL(const SETTINGS * s,
userdata8(property.userdata8),
userdata9(property.userdata9),
passiveNotifier(this),
userdata8(property.userdata8),
userdata9(property.userdata9),
passiveNotifier(this),
+ disabledNotifier(this),
tariffNotifier(this),
cashNotifier(this),
ipNotifier(this)
tariffNotifier(this),
cashNotifier(this),
ipNotifier(this)
@@
-853,10
+854,10
@@
int64_t threshold = tariff->GetThreshold(dir) * 1024 * 1024;
dt[dir] += len;
int tt = tariff->GetTraffType();
dt[dir] += len;
int tt = tariff->GetTraffType();
-if (tt == TRAFF_UP ||
- tt == TRAFF_UP_DOWN ||
+if (tt == T
ARIFF::T
RAFF_UP ||
+ tt == T
ARIFF::T
RAFF_UP_DOWN ||
// Check NEW traff data
// Check NEW traff data
- (tt == TRAFF_MAX && dt[dir] > down.ConstData()[dir]))
+ (tt == T
ARIFF::T
RAFF_MAX && dt[dir] > down.ConstData()[dir]))
{
double dc = 0;
if (traff < threshold &&
{
double dc = 0;
if (traff < threshold &&
@@
-946,10
+947,10
@@
int64_t threshold = tariff->GetThreshold(dir) * 1024 * 1024;
dt[dir] += len;
int tt = tariff->GetTraffType();
dt[dir] += len;
int tt = tariff->GetTraffType();
-if (tt == TRAFF_DOWN ||
- tt == TRAFF_UP_DOWN ||
+if (tt == T
ARIFF::T
RAFF_DOWN ||
+ tt == T
ARIFF::T
RAFF_UP_DOWN ||
// Check NEW traff data
// Check NEW traff data
- (tt == TRAFF_MAX && up.ConstData()[dir] <= dt[dir]))
+ (tt == T
ARIFF::T
RAFF_MAX && up.ConstData()[dir] <= dt[dir]))
{
double dc = 0;
if (traff < threshold &&
{
double dc = 0;
if (traff < threshold &&