Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-06-01 08:34:22

0001 /*
0002  * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
0003  *                         University Research and Technology
0004  *                         Corporation.  All rights reserved.
0005  * Copyright (c) 2004-2011 The University of Tennessee and The University
0006  *                         of Tennessee Research Foundation.  All rights
0007  *                         reserved.
0008  * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
0009  *                         University of Stuttgart.  All rights reserved.
0010  * Copyright (c) 2004-2005 The Regents of the University of California.
0011  *                         All rights reserved.
0012  * Copyright (c) 2008      Cisco Systems, Inc.  All rights reserved.
0013  * Copyright (c) 2012-2013 Los Alamos National Security, LLC.
0014  *                         All rights reserved.
0015  * Copyright (c) 2015-2020 Intel, Inc.  All rights reserved.
0016  * Copyright (c) 2017      IBM Corporation.  All rights reserved.
0017  * Copyright (c) 2017      Mellanox Technologies. All rights reserved.
0018  * Copyright (c) 2018      Research Organization for Information Science
0019  *                         and Technology (RIST).  All rights reserved.
0020  * Copyright (c) 2021-2025 Nanook Consulting  All rights reserved.
0021  * $COPYRIGHT$
0022  *
0023  * Additional copyrights may follow
0024  *
0025  * $HEADER$
0026  */
0027 /**
0028  * @file
0029  *
0030  * I/O Forwarding Service
0031  */
0032 
0033 #ifndef PMIX_MONITOR_H
0034 #define PMIX_MONITOR_H
0035 
0036 #include "src/include/pmix_config.h"
0037 
0038 #ifdef HAVE_SYS_TYPES_H
0039 #    include <sys/types.h>
0040 #endif
0041 
0042 #include "pmix_common.h"
0043 
0044 BEGIN_C_DECLS
0045 
0046 PMIX_EXPORT void pmix_monitor_processing(int sd, short args, void *cbdata);
0047 
0048 END_C_DECLS
0049 
0050 #endif /* PMIX_MONITOR_H */