Home
last modified time | relevance | path

Searched defs:cupsd_job_s (Results 1 – 1 of 1) sorted by relevance

/external/libcups/scheduler/
Djob.h26 struct cupsd_job_s /**** Job request ****/ struct
28 int id, /* Job ID */
29 priority, /* Job priority */
30 dirty; /* Do we need to write the "c" file? */
31 ipp_jstate_t state_value; /* Cached job-state */
32 int pending_timeout;/* Non-zero if the job was created and
34 char *username; /* Printing user */
35 char *dest; /* Destination printer or class */
36 char *name; /* Job name/title */
37 int koctets; /* job-k-octets */
[all …]