|
|
@ -512,7 +512,6 @@ static void *StatsWakeupThread(void *arg)
|
|
|
|
/* assuming the assignment of an int to be atomic, and even if it's
|
|
|
|
/* assuming the assignment of an int to be atomic, and even if it's
|
|
|
|
* not, it should be okay */
|
|
|
|
* not, it should be okay */
|
|
|
|
tv->perf_public_ctx.perf_flag = 1;
|
|
|
|
tv->perf_public_ctx.perf_flag = 1;
|
|
|
|
tv->profile_flag = 1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (tv->inq != NULL) {
|
|
|
|
if (tv->inq != NULL) {
|
|
|
|
PacketQueue *q = tv->inq->pq;
|
|
|
|
PacketQueue *q = tv->inq->pq;
|
|
|
@ -533,7 +532,6 @@ static void *StatsWakeupThread(void *arg)
|
|
|
|
/* assuming the assignment of an int to be atomic, and even if it's
|
|
|
|
/* assuming the assignment of an int to be atomic, and even if it's
|
|
|
|
* not, it should be okay */
|
|
|
|
* not, it should be okay */
|
|
|
|
tv->perf_public_ctx.perf_flag = 1;
|
|
|
|
tv->perf_public_ctx.perf_flag = 1;
|
|
|
|
tv->profile_flag = 1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tv = tv->next;
|
|
|
|
tv = tv->next;
|
|
|
|
}
|
|
|
|
}
|
|
|
|