Jeff Squyres, le Mon 08 Nov 2010 15:18:01 +0100, a écrit :
> Here's a Trac colorized diff between the 1.0 branch from r2349 and the 
> current HEAD:
> 
> https://svn.open-mpi.org/trac/hwloc/changeset?old_path=/branches/v1.0&old=2349&new_path=/branches/v1.0&new=HEAD):
> 
> The only interface change I see is this:
> 
> -hwloc_linux_set_tid_cpubind(hwloc_topology_t topology 
> __hwloc_attribute_unused, pid_t tid, hwloc_const_cpuset_t hwloc_set)
> +hwloc_linux_set_tid_cpubind(hwloc_topology_t topology 
> __hwloc_attribute_unused, pid_t tid __hwloc_attribute_unused, 
> hwloc_const_cpuset_t hwloc_set __hwloc_attribute_unused)
> 
> Which I don't believe impacts shared library linking (i.e., if an app used 
> hwloc_linux_set_tid_cpubind() and compiled against hwloc 1.0.2, I believe it 
> would still link successfully against the 1.0.3 libhwloc.  As such, I believe 
> that this is a non-event, in terms of shared library versioning.

I believe too.

> I believe the version number should be 0:2:0.

New implementation of the same interface, yes.

Samuel

Reply via email to