#include <runner-unix.h>
Public Attributes | |
char * | name |
pid_t | pid |
HANDLE | process |
int | status |
HANDLE | stdio_in |
HANDLE | stdio_out |
FILE * | stdout_file |
int | terminated |
Definition at line 28 of file runner-unix.h.
char * process_info_t::name |
Definition at line 31 of file runner-unix.h.
pid_t process_info_t::pid |
Definition at line 30 of file runner-unix.h.
HANDLE process_info_t::process |
Definition at line 37 of file runner-win.h.
int process_info_t::status |
Definition at line 32 of file runner-unix.h.
HANDLE process_info_t::stdio_in |
Definition at line 38 of file runner-win.h.
HANDLE process_info_t::stdio_out |
Definition at line 39 of file runner-win.h.
FILE* process_info_t::stdout_file |
Definition at line 29 of file runner-unix.h.
int process_info_t::terminated |
Definition at line 33 of file runner-unix.h.