00001 /* -*- Mode: C; c-basic-offset:4 ; -*- */ 00002 /* 00003 * 00004 * (C) 2003 by Argonne National Laboratory. 00005 * See COPYRIGHT in top-level directory. 00006 */ 00007 00008 #ifndef _MPIU_GREQUEST_H 00009 #define _MPIU_GREQUEST_H 00010 00011 int MPIU_Greq_query_fn(void *extra_state, MPI_Status *status); 00012 int MPIU_Greq_free_fn(void *extra_state); 00013 int MPIU_Greq_cancel_fn(void *extra_state, int complete); 00014 00015 #endif