1
1
This commit was SVN r599.
Этот коммит содержится в:
Jeff Squyres 2004-01-30 03:49:43 +00:00
родитель 95c8f5525c
Коммит de7855fc08

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

@ -18,11 +18,9 @@
* Function for selecting one module from all those that are * Function for selecting one module from all those that are
* available. * available.
* *
* Call the query function on all available modules and get their * Call the init function on all available modules and get their
* priorities. Select the module with the highest priority. All * priorities. Select the module with the highest priority. All
* other modules will be closed and unloaded. The selected module * other modules will be closed and unloaded.
* will have its initialization function invoked, and all of its
* function pointers saved.
*/ */
int mca_pcm_base_select(void) int mca_pcm_base_select(void)
{ {