From 8209fca8425f312420eb2e75e92d9288af22777c Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Wed, 31 Jan 2018 13:28:31 +0900 Subject: [PATCH] pmix/ext3x: bring external component up-to-date with the embedded pmix3x add the callback prototype for the upcoming PMIx_IOF_push() API Signed-off-by: Gilles Gouaillardet --- opal/mca/pmix/ext3x/ext3x.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opal/mca/pmix/ext3x/ext3x.h b/opal/mca/pmix/ext3x/ext3x.h index 6359568fd8..53929f0743 100644 --- a/opal/mca/pmix/ext3x/ext3x.h +++ b/opal/mca/pmix/ext3x/ext3x.h @@ -303,6 +303,10 @@ OPAL_MODULE_DECLSPEC int ext3x_server_notify_event(int status, opal_list_t *info, opal_pmix_op_cbfunc_t cbfunc, void *cbdata); +OPAL_MODULE_DECLSPEC int ext3x_server_iof_push(const opal_process_name_t *source, + opal_pmix_iof_channel_t channel, + unsigned char *data, size_t nbytes); + /**** COMPONENT UTILITY FUNCTIONS ****/ OPAL_MODULE_DECLSPEC int opal_pmix_ext3x_check_evars(void);