From bdd3ad9d491330e504916bd4e77c4cbf3f59206f Mon Sep 17 00:00:00 2001 From: Tim Woodall Date: Fri, 27 Aug 2004 23:34:59 +0000 Subject: [PATCH] raise the priority of the seed component so that it is always selected if the seed flag is set This commit was SVN r2338. --- src/mca/pcmclient/seed/pcmclient_seed_component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mca/pcmclient/seed/pcmclient_seed_component.c b/src/mca/pcmclient/seed/pcmclient_seed_component.c index 4c1946a810..2d5a24a4e8 100644 --- a/src/mca/pcmclient/seed/pcmclient_seed_component.c +++ b/src/mca/pcmclient/seed/pcmclient_seed_component.c @@ -71,7 +71,7 @@ mca_pcmclient_seed_init(int *priority, return NULL; } - *priority = 0; + *priority = 10; *allow_multiple_user_threads = true; *have_hidden_threads = false;