[ofa-general] Re: [PATCH 1/2] include/opensm/osm_opensm.h support routing engine update
Sasha Khapyorsky
sashak at voltaire.com
Thu Mar 12 06:47:05 PDT 2009
On 17:43 Thu 26 Feb , Eli Dorfman (Voltaire) wrote:
> support routing engine update.
> add prev routing engine list.
Same as with previous series - you don't need to add function prototype
in one patch and its implementation in another.
> @@ -525,5 +526,7 @@ extern volatile unsigned int osm_exit_flag;
> * Set to one to cause all threads to leave
> *********/
>
> +void update_routing_engines(osm_opensm_t *osm, const char *engine_names);
> +
For global names we are using 'osm_' prefix. Should be:
void osm_update_routing_engines(osm_opensm_t *osm, const char *engine_names);
Sasha
More information about the general
mailing list