[ofa-general] [PATCH] ibutils/ibis/ibis.c: Update for change to osm_mad_pool_init API
Hal Rosenstock
hrosenstock at xsigo.com
Tue Jun 3 06:57:05 PDT 2008
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,
More information about the general
mailing list