浏览代码

Fix doxygen comment

Samuel Thibault 4 年之前
父节点
当前提交
a43048feb5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mpi/src/starpu_mpi_private.h

+ 2 - 2
mpi/src/starpu_mpi_private.h

@@ -211,8 +211,8 @@ struct _starpu_mpi_data
 	char *cache_sent;
 	int cache_received;
 
-	/** Rendez-vous data for opportunistic cooperative sends */
-	/** Needed to synchronize between submit thread and workers */
+	/** Rendez-vous data for opportunistic cooperative sends,
+	  * Needed to synchronize between submit thread and workers */
 	struct _starpu_spinlock coop_lock;
 	/** Current cooperative send bag */
 	struct _starpu_mpi_coop_sends *coop_sends;