1
1

raise the priority of the seed component so that it is always selected if the seed flag is set

This commit was SVN r2338.
Этот коммит содержится в:
Tim Woodall 2004-08-27 23:34:59 +00:00
родитель f159b108b0
Коммит bdd3ad9d49

Просмотреть файл

@ -71,7 +71,7 @@ mca_pcmclient_seed_init(int *priority,
return NULL; return NULL;
} }
*priority = 0; *priority = 10;
*allow_multiple_user_threads = true; *allow_multiple_user_threads = true;
*have_hidden_threads = false; *have_hidden_threads = false;