소스 검색

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

Nathalie Furmento 10 년 전
부모
커밋
19b12229f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 	struct _starpu_mpi_req *other_request;
 
 
 	/* in the case of detached requests */
 	/* in the case of detached requests */
-	unsigned detached;
+	int detached;
 	void *callback_arg;
 	void *callback_arg;
 	void (*callback)(void *);
 	void (*callback)(void *);