Go to the documentation of this file.
23 #ifndef ORTE_IOF_TYPES_H
24 #define ORTE_IOF_TYPES_H
26 #include "orte_config.h"
33 typedef uint8_t orte_iof_tag_t;
34 #define ORTE_IOF_TAG_T OPAL_UINT8
36 #define ORTE_IOF_STDIN 0x01
37 #define ORTE_IOF_STDOUT 0x02
38 #define ORTE_IOF_STDERR 0x04
39 #define ORTE_IOF_STDDIAG 0x08
40 #define ORTE_IOF_STDOUTALL 0x0e
43 #define ORTE_IOF_XON 0x10
44 #define ORTE_IOF_XOFF 0x20
46 #define ORTE_IOF_PULL 0x40
47 #define ORTE_IOF_CLOSE 0x80