1 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */ 2 /* 3 * 4 * (C) 2003 by Argonne National Laboratory. 5 * See COPYRIGHT in top-level directory. 6 */ 7 8 #ifndef _MPIU_GREQUEST_H 9 #define _MPIU_GREQUEST_H 10 11 int MPIU_Greq_query_fn(void *extra_state, MPI_Status *status); 12 int MPIU_Greq_free_fn(void *extra_state); 13 int MPIU_Greq_cancel_fn(void *extra_state, int complete); 14 15 #endif