77565d60d9
* Code cleanup and rationalization * Fixed: mca_pml_base_send/recv_request are now allocated before recreation by the PML-V * Fixed: pointer arithmetic bug in sender based that crashed * Changed: directory structure. This is one step forward using autogen.sh to build static-components.h (it needs to have the directory structure of a mca framework for this). This commit was SVN r15878.
11 строки
104 B
C
11 строки
104 B
C
/*
|
|
* $HEADER$
|
|
*/
|
|
|
|
|
|
|
|
const mca_base_component_t *mca_vprotocol_base_static_components[] = {
|
|
|
|
NULL
|
|
};
|