1
1
openmpi/ompi/mca/ptl/base/ptl_base_sendreq.c
Brian Barrett 566a050c23 Next step in the project split, mainly source code re-arranging
- move files out of toplevel include/ and etc/, moving it into the
    sub-projects
  - rather than including config headers with <project>/include, 
    have them as <project>
  - require all headers to be included with a project prefix, with
    the exception of the config headers ({opal,orte,ompi}_config.h
    mpi.h, and mpif.h)

This commit was SVN r8985.
2006-02-12 01:33:29 +00:00

11 строки
163 B
C

#include "ompi/mca/ptl/base/ptl_base_sendreq.h"
OBJ_CLASS_INSTANCE(
mca_ptl_base_send_request_t,
mca_pml_base_send_request_t,
NULL,
NULL
);