root/ompi/mca/pml/example/pml_example_recvfrag.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2004-2005 The University of Tennessee and The University
   3  *                         of Tennessee Research Foundation.  All rights
   4  *                         reserved.
   5  * $COPYRIGHT$
   6  *
   7  * Additional copyrights may follow
   8  *
   9  * $HEADER$
  10  */
  11 
  12 #ifndef PML_EXAMPLE_RECVFRAG_H_HAS_BEEN_INCLUDED
  13 #define PML_EXAMPLE_RECVFRAG_H_HAS_BEEN_INCLUDED
  14 
  15 #include "ompi/mca/ptl/base/ptl_base_recvfrag.h"
  16 
  17 bool mca_pml_example_recv_frag_match( mca_ptl_base_module_t* ptl,
  18                                   mca_ptl_base_recv_frag_t* frag,
  19                                   mca_ptl_base_match_header_t* header );
  20 
  21 #endif  /* PML_EXAMPLE_RECVFRAG_H_HAS_BEEN_INCLUDED */

/* [<][>][^][v][top][bottom][index][help] */