|
iPXE
|
A process descriptor. More...
#include <process.h>
Data Fields | |
| const char * | name |
| Process name. More... | |
| size_t | offset |
| Offset of process within containing object. More... | |
| void(* | step )(void *object) |
| Single-step the process. More... | |
| int | reschedule |
| Automatically reschedule the process. More... | |
| size_t process_descriptor::offset |
Offset of process within containing object.
Definition at line 35 of file process.h.
Referenced by process_object().
| void( * process_descriptor::step) (void *object) |
| int process_descriptor::reschedule |
1.8.15