iPXE
|
Job control interfaces. More...
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
int | job_progress (struct interface *intf, struct job_progress *progress) |
Get job progress. More... | |
Job control interfaces.
Definition in file job.c.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
int job_progress | ( | struct interface * | intf, |
struct job_progress * | progress | ||
) |
Get job progress.
intf | Object interface |
progress | Progress data to fill in |
ongoing_rc | Ongoing job status code (if known) |
Definition at line 43 of file job.c.
References DBGC, dest, INTF_COL, intf_get_dest_op, INTF_INTF_DBG, INTF_INTF_FMT, intf_object(), intf_put(), job_progress_TYPE, memset(), and op.
Referenced by monojob_wait(), and tls_progress().