Skip to content

Commit 6e9cf74

Browse files
rename component struct in declaration to match definition
The part_persist component struct apparently has been renamed in part_persist_component.c, but not the declaration in the corresponding header. Signed-off-by: Axel Schneewind <[email protected]>
1 parent ebce398 commit 6e9cf74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/mca/part/persist/part_persist_component.h

Lines changed: 2 additions & 2 deletions
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)