Skip to content

Commit ecd206d

Browse files
authored
Merge pull request #13033 from AxelSchneewind/fix-component-declaration
part_persist: fix component declaration
2 parents c71d630 + 6e9cf74 commit ecd206d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/mca/part/persist/part_persist_component.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (c) 2004-2006 The University of Tennessee and The University
66
* of Tennessee Research Foundation. All rights
77
* reserved.
8-
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
8+
* Copyright (c) 2004-2025 High Performance Computing Center Stuttgart,
99
* University of Stuttgart. All rights reserved.
1010
* Copyright (c) 2020-2021 Sandia National Laboratories. All rights reserved.
1111
* $COPYRIGHT$
@@ -26,7 +26,7 @@ BEGIN_C_DECLS
2626
/*
2727
* PART module functions.
2828
*/
29-
OMPI_DECLSPEC extern mca_part_base_component_4_0_0_t mca_part_rma_component;
29+
OMPI_DECLSPEC extern mca_part_base_component_4_0_0_t mca_part_persist_component;
3030

3131
END_C_DECLS
3232

0 commit comments

Comments
 (0)