Kaynağa Gözat

mpi/src/starpu_mpi_private.h: detached can take the value -1, set type accordingly

Nathalie Furmento 9 yıl önce
ebeveyn
işleme
19b12229f3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      mpi/src/starpu_mpi_private.h

+ 1 - 1
mpi/src/starpu_mpi_private.h

@@ -197,7 +197,7 @@ LIST_TYPE(_starpu_mpi_req,
 	struct _starpu_mpi_req *other_request;
 
 	/* in the case of detached requests */
-	unsigned detached;
+	int detached;
 	void *callback_arg;
 	void (*callback)(void *);