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

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

DEFINITIONS

This source file includes following definitions.
  1. mca_pml_example_recv_frag_match

   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 #include "ompi_config.h"
  13 #include "pml_example.h"
  14 #include "pml_example_recvfrag.h"
  15 
  16 bool mca_pml_example_recv_frag_match( mca_ptl_base_module_t* ptl,
  17                                   mca_ptl_base_recv_frag_t* frag,
  18                                   mca_ptl_base_match_header_t* header )
  19 {
  20     return false;
  21 }

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