File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 66 * Copyright (c) 2011-2016 Los Alamos National Security, LLC. All
77 * rights reserved.
88 * Copyright (c) 2013-2015 Intel, Inc. All rights reserved.
9- * Copyright (c) 2014-2015 Research Organization for Information Science
9+ * Copyright (c) 2014-2016 Research Organization for Information Science
1010 * and Technology (RIST). All rights reserved.
1111 * $COPYRIGHT$
1212 *
@@ -127,9 +127,9 @@ typedef struct {
127127 opal_pmix_op_cbfunc_t opcbfunc ;
128128 void * cbdata ;
129129} pmi_opcaddy_t ;
130- OBJ_CLASS_INSTANCE (pmi_opcaddy_t ,
131- opal_object_t ,
132- NULL , NULL );
130+ static OBJ_CLASS_INSTANCE (pmi_opcaddy_t ,
131+ opal_object_t ,
132+ NULL, NULL) ;
133133
134134// PMI constant values:
135135static int pmix_kvslen_max = 0 ;
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-2016 Intel, Inc. All rights reserved.
4- * Copyright (c) 2014-2015 Research Organization for Information Science
4+ * Copyright (c) 2014-2016 Research Organization for Information Science
55 * and Technology (RIST). All rights reserved.
66 * Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
77 * $COPYRIGHT$
@@ -89,9 +89,9 @@ typedef struct {
8989 opal_pmix_op_cbfunc_t opcbfunc ;
9090 void * cbdata ;
9191} pmi_opcaddy_t ;
92- OBJ_CLASS_INSTANCE (pmi_opcaddy_t ,
93- opal_object_t ,
94- NULL , NULL );
92+ static OBJ_CLASS_INSTANCE (pmi_opcaddy_t ,
93+ opal_object_t ,
94+ NULL, NULL) ;
9595
9696// PMI constant values:
9797static int pmix_kvslen_max = 0 ;
Original file line number Diff line number Diff line change 66 * Copyright (c) 2011-2013 Los Alamos National Security, LLC. All
77 * rights reserved.
88 * Copyright (c) 2013-2016 Intel, Inc. All rights reserved.
9- * Copyright (c) 2014-2015 Research Organization for Information Science
9+ * Copyright (c) 2014-2016 Research Organization for Information Science
1010 * and Technology (RIST). All rights reserved.
1111 * $COPYRIGHT$
1212 *
@@ -95,9 +95,9 @@ typedef struct {
9595 opal_pmix_op_cbfunc_t opcbfunc ;
9696 void * cbdata ;
9797} pmi_opcaddy_t ;
98- OBJ_CLASS_INSTANCE (pmi_opcaddy_t ,
99- opal_object_t ,
100- NULL , NULL );
98+ static OBJ_CLASS_INSTANCE (pmi_opcaddy_t ,
99+ opal_object_t ,
100+ NULL, NULL) ;
101101
102102// PMI constant values:
103103static int pmix_kvslen_max = 0 ;
You can’t perform that action at this time.
0 commit comments