#include <job.h>
Data Fields | |
| struct interface | intf |
| Generic object communication interface. | |
| struct job_interface_operations * | op |
| Operations for received messages. | |
Definition at line 59 of file job.h.
struct interface job_interface::intf [read] |
Generic object communication interface.
Definition at line 61 of file job.h.
Referenced by job_init(), job_plug(), job_plug_plug(), and job_unplug().
struct job_interface_operations* job_interface::op [read] |
Operations for received messages.
Definition at line 63 of file job.h.
Referenced by job_done(), job_init(), job_kill(), job_nullify(), and job_progress().
1.5.7.1