From 6e9cf7492da0cf24159ed2a830c16dd2e59ea4c7 Mon Sep 17 00:00:00 2001 From: Axel Schneewind Date: Mon, 16 Dec 2024 13:11:28 +0100 Subject: [PATCH] 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 --- ompi/mca/part/persist/part_persist_component.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ompi/mca/part/persist/part_persist_component.h b/ompi/mca/part/persist/part_persist_component.h index ac740c9db91..6644e2a3332 100644 --- a/ompi/mca/part/persist/part_persist_component.h +++ b/ompi/mca/part/persist/part_persist_component.h @@ -5,7 +5,7 @@ * Copyright (c) 2004-2006 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. - * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, + * Copyright (c) 2004-2025 High Performance Computing Center Stuttgart, * University of Stuttgart. All rights reserved. * Copyright (c) 2020-2021 Sandia National Laboratories. All rights reserved. * $COPYRIGHT$ @@ -26,7 +26,7 @@ BEGIN_C_DECLS /* * PART module functions. */ -OMPI_DECLSPEC extern mca_part_base_component_4_0_0_t mca_part_rma_component; +OMPI_DECLSPEC extern mca_part_base_component_4_0_0_t mca_part_persist_component; END_C_DECLS