[ofa-general] Re: [PATCH] ibutils/ibis/ibis.c: Update for change to osm_mad_pool_init API
Oren Kladnitsky
orenk at dev.mellanox.co.il
Thu Jun 5 10:23:43 PDT 2008
Hal Rosenstock wrote:
> ibutils/ibis/ibis.c: Update for change to osm_mad_pool_init API
>
> Signed-off-by: Hal Rosenstock <hal at xsigo.com>
>
> diff --git a/ibis/src/ibis.c b/ibis/src/ibis.c
> index 0684b32..2864f64 100644
> --- a/ibis/src/ibis.c
> +++ b/ibis/src/ibis.c
> @@ -120,9 +120,7 @@ ibis_init(
>
> IbisObj.p_opt = p_opt;
>
> - status = osm_mad_pool_init(
> - &(IbisObj.mad_pool),
> - &(IbisObj.log) );
> + status = osm_mad_pool_init( &(IbisObj.mad_pool) );
> if( status != IB_SUCCESS )
> {
> osm_log( &IbisObj.log, OSM_LOG_ERROR,
>
>
>
done.
More information about the general
mailing list