Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-22 10:47:27

0001 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
0002 /*
0003  * Copyright (c) 2020      Intel, Inc.  All rights reserved.
0004  *
0005  * Copyright (c) 2021-2022 Nanook Consulting.  All rights reserved.
0006  * $COPYRIGHT$
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 #endif // PMIX_TOOL_OPS_H