1 /* 2 * Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana 3 * University Research and Technology 4 * Corporation. All rights reserved. 5 * Copyright (c) 2004-2006 The University of Tennessee and The University 6 * of Tennessee Research Foundation. All rights 7 * reserved. 8 * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, 9 * University of Stuttgart. All rights reserved. 10 * Copyright (c) 2004-2005 The Regents of the University of California. 11 * All rights reserved. 12 * Copyright (c) 2006-2013 Los Alamos National Security, LLC. 13 * All rights reserved. 14 * Copyright (c) 2010-2011 Cisco Systems, Inc. All rights reserved. 15 * Copyright (c) 2014 Intel, Inc. All rights reserved. 16 * $COPYRIGHT$ 17 * 18 * Additional copyrights may follow 19 * 20 * $HEADER$ 21 */ 22 23 #ifndef _MCA_OOB_TCP_COMMON_H_ 24 #define _MCA_OOB_TCP_COMMON_H_ 25 26 #include "orte_config.h" 27 28 #include "oob_tcp.h" 29 #include "oob_tcp_peer.h" 30 31 ORTE_MODULE_DECLSPEC void orte_oob_tcp_set_socket_options(int sd); 32 ORTE_MODULE_DECLSPEC char* mca_oob_tcp_state_print(mca_oob_tcp_state_t state); 33 ORTE_MODULE_DECLSPEC mca_oob_tcp_peer_t* mca_oob_tcp_peer_lookup(const orte_process_name_t *name); 34 #endif /* _MCA_OOB_TCP_COMMON_H_ */