On Wed, Mar 11, 2009 at 11:06:58AM +1100, Nathan Scott wrote:
> ----- "Martin Hicks" <mort@xxxxxxx> wrote:
> > Hi,
> >
> > 2nd crack a fixing the IB memory leak.
> > Also I think I fixed the problem with the clusterpmda and the IB
> > metrics.
> >
> > I think this really highlights the fact that every PMDA that supports
> > being loaded via a local context should use unique names for its
> > variables, such as 'metrictab'. I'll send in a patch soon that
> > addresses this problem with the ib PMDA.
>
> Does making metrictab "static" fix the problem? That seems simpler,
> if so...
I don't think so. We autogenerate a metric_table.c file by walking
through the metrictabs from the linux and IB pmda, so the metrictab is
in a separate file.
mh
|