We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f7096 commit 1c32742Copy full SHA for 1c32742
opal/mca/pmix/ext20/pmix_ext20.c
@@ -5,6 +5,7 @@
5
* and Technology (RIST). All rights reserved.
6
* Copyright (c) 2014-2015 Mellanox Technologies, Inc.
7
* All rights reserved.
8
+ * Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
9
* $COPYRIGHT$
10
*
11
* Additional copyrights may follow
@@ -1183,7 +1184,7 @@ static void tscon(pmix20_threadshift_t *p)
1183
1184
p->event_codes = NULL;
1185
p->info = NULL;
1186
p->evhandler = NULL;
- p-<nondefault = false;
1187
+ p->nondefault = false;
1188
p->cbfunc = NULL;
1189
p->opcbfunc = NULL;
1190
p->cbdata = NULL;
0 commit comments