From 3b4b3bb6f94960934866fd169177f7d1f5b10897 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Tue, 28 Nov 2017 16:06:00 +0900 Subject: [PATCH] pmix/ext3x: add a missing cnctcbfunc field to ext3x_opalcaddy_t Signed-off-by: Gilles Gouaillardet --- opal/mca/pmix/ext3x/ext3x.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opal/mca/pmix/ext3x/ext3x.h b/opal/mca/pmix/ext3x/ext3x.h index 41c033746ec..45452f8a18a 100644 --- a/opal/mca/pmix/ext3x/ext3x.h +++ b/opal/mca/pmix/ext3x/ext3x.h @@ -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. @@ -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;