unitialized_bytes_r4576
authorSamuel Thibault <sthibault@debian.org>
Sat, 7 Jul 2012 04:18:49 +0000 (05:18 +0100)
committerSamuel Thibault <sthibault@debian.org>
Sat, 7 Jul 2012 04:18:49 +0000 (05:18 +0100)
===================================================================

Gbp-Pq: Name unitialized_bytes_r4576

src/topology.c

index 416abd22f0864fc0a5f788cfa5815c894be1db25..a64f3b51636e81de463061150515b6a450869e6a 100644 (file)
@@ -2447,6 +2447,9 @@ hwloc_topology_setup_defaults(struct hwloc_topology *topology)
   topology->set_thread_cpubind = NULL;
   topology->get_thread_cpubind = NULL;
 #endif
+  topology->get_thisproc_last_cpu_location = NULL;
+  topology->get_proc_last_cpu_location = NULL;
+  topology->get_thisthread_last_cpu_location = NULL;
   topology->set_thisproc_membind = NULL;
   topology->get_thisproc_membind = NULL;
   topology->set_thisthread_membind = NULL;