#include <exec.h>
Collaboration diagram for s_exec_handle:
Definition at line 56 of file exec.h.
Public Member Functions | |
s_exec_handle () | |
Public Attributes | |
bool | error |
true for error in execution | |
int | exit_code |
Exit code of process. | |
FILE * | os_hnd |
Handle of pipe. | |
char * | out_buffer |
Output buffer from console. | |
int | out_buffer_size |
Current size of output buffer. |
|
Definition at line 74 of file exec.h.
|
|
true for error in execution
Definition at line 72 of file exec.h. Referenced by dcc_upgrade(), exec_async_exec(), exec_async_exec2(), and main(). |
|
Exit code of process.
Definition at line 71 of file exec.h. Referenced by exec_get_exit_code(), exec_process_active(), exec_process_end(), and exec_terminate_process(). |
|
Handle of pipe.
Definition at line 67 of file exec.h. Referenced by exec_async_exec(), exec_async_exec2(), exec_get_exit_code(), exec_process_active(), exec_process_end(), and exec_terminate_process(). |
|
Output buffer from console.
Definition at line 69 of file exec.h. Referenced by exec_async_exec(), exec_async_exec2(), exec_process_active(), exec_process_end(), exec_read_output(), and exec_terminate_process(). |
|
Current size of output buffer.
Definition at line 70 of file exec.h. Referenced by exec_async_exec(), exec_async_exec2(), exec_process_active(), exec_process_end(), exec_read_output(), and exec_terminate_process(). |