1
1

Merge pull request #4775 from ggouaillardet/topic/ext3x

pmix/ext3x: bring external component up-to-date with the embedded pmix3x
Этот коммит содержится в:
Ralph Castain 2018-01-30 21:18:48 -08:00 коммит произвёл GitHub
родитель 0481277e93 8209fca842
Коммит 0c5bb999ed
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

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