1
1

* Make the cofs pcm module have a priority of 1 so it always gets selected

over the still being developed rsh module

This commit was SVN r808.
Этот коммит содержится в:
Brian Barrett 2004-02-15 02:11:05 +00:00
родитель d50cb6b82a
Коммит eaba4dd249

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

@ -92,7 +92,7 @@ mca_pcm_cofs_init(int *priority, bool *allow_multi_user_threads,
char *test_ret; char *test_ret;
*priority = 0; *priority = 1;
*allow_multi_user_threads = true; *allow_multi_user_threads = true;
*have_hidden_threads = false; *have_hidden_threads = false;