소스 검색

doc: update following #5767

Nathalie Furmento 13 년 전
부모
커밋
3d3a9fb369
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      doc/chapters/advanced-api.texi

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

@@ -204,6 +204,7 @@ static struct starpu_data_interface_ops interface_complex_ops =
         .get_size = complex_get_size,
         .footprint = complex_footprint,
         .interfaceid = -1,
+        .interface_size = sizeof(struct starpu_complex_interface),
 @};
 @end smallexample
 @end cartouche