Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill the now useless xbt_os_thread_{get,set}_extra_data()
[simgrid.git] / teshsuite / xbt / parallel_log_crashtest / parallel_log_crashtest.c
index a39cf7d..5d32c4e 100644 (file)
@@ -46,7 +46,7 @@ static int crasher()
   for (int i = 0; i < crasher_amount; i++) {
     char name[16];
     snprintf(name, sizeof name, "thread %d", i);
   for (int i = 0; i < crasher_amount; i++) {
     char name[16];
     snprintf(name, sizeof name, "thread %d", i);
-    crashers[i] = xbt_os_thread_create(name, &crasher_thread, &id[i], NULL );
+    crashers[i] = xbt_os_thread_create(name, &crasher_thread, &id[i]);
   }
 
   /* wait for them */
   }
 
   /* wait for them */