File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
22/*
33 * Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
4- * Copyright (c) 2014-2017 Research Organization for Information Science
5- * and Technology (RIST). All rights reserved.
4+ * Copyright (c) 2014-2018 Research Organization for Information Science
5+ * and Technology (RIST). All rights reserved.
66 * Copyright (c) 2014-2015 Mellanox Technologies, Inc.
77 * All rights reserved.
88 * Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
@@ -1257,7 +1257,7 @@ static void errreg_cbfunc (pmix_status_t status,
12571257 OPAL_ACQUIRE_OBJECT (op );
12581258 op -> event -> index = errhandler_ref ;
12591259 opal_output_verbose (5 , opal_pmix_base_framework .framework_output ,
1260- "PMIX2x errreg_cbfunc - error handler registered status=%d, reference=%lu" ,
1260+ "PMIX3x errreg_cbfunc - error handler registered status=%d, reference=%lu" ,
12611261 status , (unsigned long )errhandler_ref );
12621262 if (NULL != op -> evregcbfunc ) {
12631263 op -> evregcbfunc (pmix3x_convert_rc (status ), errhandler_ref , op -> cbdata );
Original file line number Diff line number Diff line change 33 * Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
44 * Copyright (c) 2014-2015 Mellanox Technologies, Inc.
55 * All rights reserved.
6- * Copyright (c) 2016 Research Organization for Information Science
7- * and Technology (RIST). All rights reserved.
6+ * Copyright (c) 2016-2018 Research Organization for Information Science
7+ * and Technology (RIST). All rights reserved.
88 * Copyright (c) 2017 Los Alamos National Security, LLC. All rights
99 * reserved.
1010 * $COPYRIGHT$
1414 * $HEADER$
1515 */
1616
17- #ifndef MCA_PMIX_PMIX2X_H
18- #define MCA_PMIX_PMIX2X_H
17+ #ifndef MCA_PMIX_PMIX3X_H
18+ #define MCA_PMIX_PMIX3X_H
1919
2020#include "opal_config.h"
2121
@@ -348,4 +348,4 @@ OPAL_MODULE_DECLSPEC pmix_proc_state_t ext3x_convert_opalstate(int state);
348348
349349END_C_DECLS
350350
351- #endif /* MCA_PMIX_EXTERNAL_H */
351+ #endif /* MCA_PMIX_PMIX3X_H */
You can’t perform that action at this time.
0 commit comments