Samuel Thibault 12 anni fa
parent
commit
83600efadc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      doc/chapters/advanced-api.texi

+ 1 - 1
doc/chapters/advanced-api.texi

@@ -394,7 +394,7 @@ transfer is still ongoing), and return 0 otherwise.
 @end table
 @end deftp
 
-@deftypefun int starpu_interface_copy(uintptr_t @var{src}, unsigned @var{src_node}, size_t @var{src_offset}, uintptr_t @var{dst}, unsigned @var{dst_node}, size_t @var{dst_offset}, size_t @var{size}, {void *}@var{async_data});
+@deftypefun int starpu_interface_copy (uintptr_t @var{src}, unsigned @var{src_node}, size_t @var{src_offset}, uintptr_t @var{dst}, unsigned @var{dst_node}, size_t @var{dst_offset}, size_t @var{size}, {void *}@var{async_data})
 Copy @var{size} bytes from byte offset @var{src_offset} of @var{src} on
 @var{src_node} to byte offset @var{dst_offset} of @var{dst} on @var{dst_node}.
 This is to be used in the @var{any_to_any} copy method, which is provided with