Browse Source

doc: update starpu_filter structure

Nathalie Furmento 15 years ago
parent
commit
25853f9f9c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      doc/starpu.texi

+ 3 - 1
doc/starpu.texi

@@ -2626,7 +2626,9 @@ starpu_vector_data_register(&handle, 0, (uintptr_t)vector, NX, sizeof(vector[0])
 starpu_filter f =
 @{
     .filter_func = starpu_block_filter_func_vector,
-    .filter_arg = PARTS
+    .nchildren = PARTS,
+    .get_nchildren = NULL,
+    .get_child_ops = NULL
 @};
 starpu_data_partition(handle, &f);
 @end smallexample