]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/job.h
Change new keyword to "cups-waiting-for-job-completed" (<rdar://problem/14323704>)
[thirdparty/cups.git] / scheduler / job.h
index 64e725a9ccdc2bb118077a8053ed05169763122d..29032263bf20b4938f1bc6d43b286af390261de2 100644 (file)
@@ -74,7 +74,7 @@ struct cupsd_job_s                    /**** Job request ****/
   int                  backend;        /* Backend process ID */
   int                  status;         /* Status code from filters */
   int                  tries;          /* Number of tries for this job */
-  int                  completed;      /* cups-waiting-for-completed seen */
+  int                  completed;      /* cups-waiting-for-job-completed seen */
   char                 *auth_env[3],   /* AUTH_xxx environment variables,
                                          * if any */
                        *auth_uid;      /* AUTH_UID environment variable */