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 1
1
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
2
2
/*
3
3
* 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.
6
6
* Copyright (c) 2014-2015 Mellanox Technologies, Inc.
7
7
* All rights reserved.
8
8
* Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
@@ -1257,7 +1257,7 @@ static void errreg_cbfunc (pmix_status_t status,
1257
1257
OPAL_ACQUIRE_OBJECT (op );
1258
1258
op -> event -> index = errhandler_ref ;
1259
1259
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" ,
1261
1261
status , (unsigned long )errhandler_ref );
1262
1262
if (NULL != op -> evregcbfunc ) {
1263
1263
op -> evregcbfunc (pmix3x_convert_rc (status ), errhandler_ref , op -> cbdata );
Original file line number Diff line number Diff line change 3
3
* Copyright (c) 2014-2018 Intel, Inc. All rights reserved.
4
4
* Copyright (c) 2014-2015 Mellanox Technologies, Inc.
5
5
* 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.
8
8
* Copyright (c) 2017 Los Alamos National Security, LLC. All rights
9
9
* reserved.
10
10
* $COPYRIGHT$
14
14
* $HEADER$
15
15
*/
16
16
17
- #ifndef MCA_PMIX_PMIX2X_H
18
- #define MCA_PMIX_PMIX2X_H
17
+ #ifndef MCA_PMIX_PMIX3X_H
18
+ #define MCA_PMIX_PMIX3X_H
19
19
20
20
#include "opal_config.h"
21
21
@@ -348,4 +348,4 @@ OPAL_MODULE_DECLSPEC pmix_proc_state_t ext3x_convert_opalstate(int state);
348
348
349
349
END_C_DECLS
350
350
351
- #endif /* MCA_PMIX_EXTERNAL_H */
351
+ #endif /* MCA_PMIX_PMIX3X_H */
You can’t perform that action at this time.
0 commit comments