Pārlūkot izejas kodu

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

Nathalie Furmento 9 gadi atpakaļ
vecāks
revīzija
19b12229f3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 *);