Explorar el Código

document that PRIO_LIST_TYPE assumes that LIST_TYPE has already been called

Samuel Thibault hace 9 años
padre
commit
a9b9b6dd5d
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      src/common/prio_list.h

+ 4 - 1
src/common/prio_list.h

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2015  Université de Bordeaux
+ * Copyright (C) 2015-2016  Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
@@ -44,6 +44,9 @@
  * void FOO_prio_list_push_prio_list_back(struct FOO_prio_list*, struct FOO_prio_list*)
  *   * Test whether element is part of the list
  * void FOO_prio_list_ismember(struct FOO_prio_list*, struct FOO*)
+ *
+ * PRIO_LIST_TYPE assumes that LIST_TYPE has already been called to create the
+ * final structure.
  */
 
 #ifndef __PRIO_LIST_H__