File indexing completed on 2026-05-03 08:26:51
0001
0002
0003
0004
0005
0006
0007
0008
0009 #ifndef PMIX_TOOL_OPS_H
0010 #define PMIX_TOOL_OPS_H
0011
0012 #include "src/include/pmix_config.h"
0013 #include "src/include/pmix_globals.h"
0014 #include "src/include/pmix_types.h"
0015
0016 PMIX_EXPORT pmix_status_t pmix_tool_relay_op(pmix_cmd_t cmd, pmix_peer_t *peer, pmix_buffer_t *bfr,
0017 uint32_t tag);
0018
0019 PMIX_EXPORT void pmix_tool_retry_set(int sd, short args, void *cbdata);
0020
0021 PMIX_EXPORT void pmix_tool_retry_attach(int sd, short args, void *cbdata);
0022
0023
0024 #endif