mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 11:16:34 -04:00
Correct design flaw in slow process control, improve indentation, set up debug #ifdef
This commit is contained in:
parent
9a9eb56a3a
commit
b0613ef653
2 changed files with 76 additions and 41 deletions
|
@ -188,10 +188,11 @@ public:
|
|||
|
||||
// Worker Data.....
|
||||
|
||||
double mLastts;
|
||||
double mTickInterval;
|
||||
double mLastts;
|
||||
double mTickInterval;
|
||||
double mLastRunDuration;
|
||||
double mAvgRunDuration;
|
||||
double mCycle1, mCycle2, mCycle3, mCycle4;
|
||||
|
||||
static const double minTickInterval;
|
||||
static const double maxTickInterval;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue