Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fixed smpi gettimeofday -- usecs should always be normalized to a value between
[simgrid.git] / testsuite / xbt / heap_bench.c
index 0c548ef9567d3398a7e321bc47fe5e4cb10a046a..417f987e9e75efb0c260f2f18cc318fe797bc8f9 100644 (file)
@@ -29,7 +29,7 @@ int compare_double(const void *a, const void *b);
 
 void test_heap_validity(int size);
 void test_heap_mean_operation(int size);
 
 void test_heap_validity(int size);
 void test_heap_mean_operation(int size);
-void test_reset_heap(xbt_heap_t *heap, int size);
+void test_reset_heap(xbt_heap_t * heap, int size);
 
 
 int compare_double(const void *a, const void *b)
 
 
 int compare_double(const void *a, const void *b)
@@ -104,7 +104,7 @@ void test_heap_mean_operation(int size)
   xbt_heap_free(heap);
 }
 
   xbt_heap_free(heap);
 }
 
-void test_reset_heap(xbt_heap_t *heap, int size)
+void test_reset_heap(xbt_heap_t * heap, int size)
 {
   int i;
   xbt_heap_free(*heap);
 {
   int i;
   xbt_heap_free(*heap);