job_interface_operations Struct Reference

Job control interface operations. More...

#include <job.h>


Data Fields

void(* done )(struct job_interface *job, int rc)
 Job completed.
void(* kill )(struct job_interface *job)
 Abort job.
void(* progress )(struct job_interface *job, struct job_progress *progress)
 Get job progress.


Detailed Description

Job control interface operations.

Definition at line 37 of file job.h.


Field Documentation

void( * job_interface_operations::done)(struct job_interface *job, int rc)

Job completed.

Parameters:
job Job control interface
rc Overall job status code

Referenced by job_done().

Abort job.

Parameters:
job Job control interface

Referenced by job_kill().

Get job progress.

Parameters:
job Job control interface
progress Progress data to fill in

Referenced by job_progress().


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:06 2010 for gPXE by  doxygen 1.5.7.1