Skip to content

Commit

Permalink
pmix/ext3x: add a missing cnctcbfunc field to ext3x_opalcaddy_t
Browse files Browse the repository at this point in the history
Signed-off-by: Gilles Gouaillardet <[email protected]>
  • Loading branch information
ggouaillardet committed Nov 28, 2017
1 parent c4c5df4 commit 3b4b3bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opal/mca/pmix/ext3x/ext3x.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright (c) 2014-2017 Intel, Inc. All rights reserved.
* Copyright (c) 2014-2015 Mellanox Technologies, Inc.
* All rights reserved.
* Copyright (c) 2016 Research Organization for Information Science
* Copyright (c) 2016-2017 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* Copyright (c) 2017 Los Alamos National Security, LLC. All rights
* reserved.
Expand Down Expand Up @@ -130,6 +130,7 @@ typedef struct {
pmix_spawn_cbfunc_t spwncbfunc;
pmix_info_cbfunc_t infocbfunc;
pmix_tool_connection_cbfunc_t toolcbfunc;
pmix_connect_cbfunc_t cnctcbfunc;
void *cbdata;
opal_pmix_release_cbfunc_t odmdxfunc;
void *ocbdata;
Expand Down

0 comments on commit 3b4b3bb

Please sign in to comment.