Data Fields | |
int | pid |
The process id. | |
int | state |
The state of the process. | |
int | nice |
Value to manipulate priority (set by user application). | |
int | priority |
Actual priority for process. | |
char * | bitfilename |
File where the FPGA-bitstream for the process is. | |
char * | statefilename |
File where the state data for the process is. | |
struct hprocess * | next |
struct hprocess * | prev |
struct hsqueue * | parent_queue |
Definition at line 13 of file hprocess.c.