Displaying 1 result from an estimated 1 matches for "numwonwrupconf".
Did you mean:
numwonwrconf
2009 Sep 17
5
"this" variables being overridden?
...me;
this->ltime = this->dataP->logTxExecTime;
this->wtime = this->dataP->confWaitTime;
this->trials = this->dataP->counters[NumRetries];
this->confsWonWR = this->dataP->counters[NumWonWRConf] ? 1:0;
this->confsWonWRUp = this->dataP->counters[NumWonWRUpConf] ? 1:0;
this->confsWonRW = this->dataP->counters[NumWonRWConf] ? 1:0;
this->confsWonWW = this->dataP->counters[NumWonWWConf] ? 1:0;
@txInfo[
this->ablock,
this->trials,
this->time/1000,
this->ltime/1000,
this->wtime/1000,
this->...