1
1

Removed all references to the old common/vapi stuff.

This commit was SVN r7029.
Этот коммит содержится в:
Galen Shipman 2005-08-25 15:04:22 +00:00
родитель bab3508464
Коммит 56f722c6c1
6 изменённых файлов: 5 добавлений и 48 удалений

Просмотреть файл

@ -26,7 +26,6 @@
#include "btl_mvapi_proc.h"
#include "btl_mvapi_endpoint.h"
#include "datatype/convertor.h"
#include "mca/common/vapi/vapi_mem_reg.h"
#include "mca/mpool/base/base.h"
#include "mca/mpool/mpool.h"
#include "mca/mpool/mvapi/mpool_mvapi.h"

Просмотреть файл

@ -26,7 +26,6 @@
#include "mca/base/mca_base_param.h"
#include "mca/errmgr/errmgr.h"
#include "mca/common/vapi/vapi_mem_reg.h"
#include "mca/mpool/base/base.h"
#include "btl_mvapi.h"
#include "btl_mvapi_frag.h"

Просмотреть файл

@ -16,7 +16,6 @@
#include "btl_mvapi_frag.h"
#include "mca/common/vapi/vapi_mem_reg.h"
#include "mca/mpool/mvapi/mpool_mvapi.h"

Просмотреть файл

@ -1,42 +0,0 @@
/*
* Copyright (c) 2004-2005 The Trustees of Indiana University.
* All rights reserved.
* Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
* All rights reserved.
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
* University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
#ifndef MCA_COMMON_VAPI_MEM_REG_H
#define MCA_COMMON_VAPI_MEM_REG_H
#include <vapi.h>
#include <vapi_common.h>
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {
#endif
#if defined(c_plusplus) || defined(__cplusplus)
}
#endif
#endif

Просмотреть файл

@ -23,8 +23,8 @@
#include "class/ompi_free_list.h"
#include "opal/event/event.h"
#include "mca/mpool/mpool.h"
#include "mca/common/vapi/vapi_mem_reg.h"
#include <vapi.h>
#include <vapi_types.h>
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {
#endif

Просмотреть файл

@ -18,7 +18,9 @@
#include <string.h>
#include "opal/util/output.h"
#include "mca/mpool/mvapi/mpool_mvapi.h"
#include <vapi.h>
#include <vapi_types.h>
#include <vapi_common.h>
/*
* Initializes the mpool module.