1
1

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 <gilles@rist.or.jp>
Этот коммит содержится в:
Gilles Gouaillardet 2018-01-31 13:28:31 +09:00
родитель 0481277e93
Коммит 8209fca842

Просмотреть файл

@ -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);