Bump framework version number up to 1.1.0, therefore [mostly]
re-enabling compilation of this component. However, it still won't compile because this component provides a module finalize function which apparently somehow got dropped from the paffinity base. Support for the paffinity module finalize function needs to be re-added. This commit was SVN r14915.
Этот коммит содержится в:
родитель
983fd3432a
Коммит
d8b06a2eff
@ -9,6 +9,7 @@
|
||||
* University of Stuttgart. All rights reserved.
|
||||
* Copyright (c) 2004-2005 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
* Copyright (c) 2007 Cisco, Inc. All rights reserved.
|
||||
* $COPYRIGHT$
|
||||
*
|
||||
* Additional copyrights may follow
|
||||
@ -32,7 +33,7 @@ extern "C" {
|
||||
* Globally exported variable
|
||||
*/
|
||||
|
||||
OPAL_DECLSPEC extern const opal_paffinity_base_component_1_0_0_t
|
||||
OPAL_DECLSPEC extern const opal_paffinity_base_component_1_1_0_t
|
||||
mca_paffinity_solaris_component;
|
||||
|
||||
|
||||
@ -40,7 +41,7 @@ extern "C" {
|
||||
* paffinity API functions
|
||||
*/
|
||||
|
||||
const opal_paffinity_base_module_1_0_0_t *
|
||||
const opal_paffinity_base_module_1_1_0_t *
|
||||
opal_paffinity_solaris_component_query(int *query);
|
||||
|
||||
#if defined(c_plusplus) || defined(__cplusplus)
|
||||
|
@ -9,6 +9,7 @@
|
||||
* University of Stuttgart. All rights reserved.
|
||||
* Copyright (c) 2004-2005 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
* Copyright (c) 2007 Cisco, Inc. All rights reserved.
|
||||
* $COPYRIGHT$
|
||||
*
|
||||
* Additional copyrights may follow
|
||||
@ -44,16 +45,16 @@ static int solaris_open(void);
|
||||
* and pointers to our public functions in it
|
||||
*/
|
||||
|
||||
const opal_paffinity_base_component_1_0_0_t mca_paffinity_solaris_component = {
|
||||
const opal_paffinity_base_component_1_1_0_t mca_paffinity_solaris_component = {
|
||||
|
||||
/* First, the mca_component_t struct containing meta information
|
||||
about the component itself */
|
||||
|
||||
{
|
||||
/* Indicate that we are a paffinity v1.0.0 component (which also
|
||||
/* Indicate that we are a paffinity v1.1.0 component (which also
|
||||
implies a specific MCA version) */
|
||||
|
||||
OPAL_PAFFINITY_BASE_VERSION_1_0_0,
|
||||
OPAL_PAFFINITY_BASE_VERSION_1_1_0,
|
||||
|
||||
/* Component name and version */
|
||||
|
||||
|
@ -44,7 +44,7 @@ static int solaris_module_finalize(void);
|
||||
/*
|
||||
* Solaris paffinity module
|
||||
*/
|
||||
static const opal_paffinity_base_module_1_0_0_t module = {
|
||||
static const opal_paffinity_base_module_1_1_0_t module = {
|
||||
|
||||
/* Initialization function */
|
||||
|
||||
@ -58,7 +58,7 @@ static const opal_paffinity_base_module_1_0_0_t module = {
|
||||
};
|
||||
|
||||
|
||||
const opal_paffinity_base_module_1_0_0_t *
|
||||
const opal_paffinity_base_module_1_1_0_t *
|
||||
opal_paffinity_solaris_component_query(int *query)
|
||||
{
|
||||
int param;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user