Initialize variable.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32485 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent
2009-08-17 23:28:58 +00:00
parent 494fe97976
commit f940f1e99c
@@ -58,6 +58,7 @@ struct scheduler_thread_data {
void Init()
{
fQuantumAverage = 0;
fLastQuantumSlot = 0;
fLastQueue = -1;
}