> Is ***list really what we want here?  Can we just get away with **list?
> 
> Would something like:
> 
> struct ibv_device * ibv_get_device(index);

I would prefer one call to get the entire structure.  Another option might
be:

    struct ibv_device ** ibv_get_device()

where it returns a list which is null terminated so you do not need to
return the length.

Johann
_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to