summaryrefslogtreecommitdiff
path: root/scheduler/job.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-08-02 00:17:51 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-08-02 00:17:51 +0000
commitc24d21342fd8b3bb674364f52d01c6c4181d8ee2 (patch)
tree1baa4e542caf484a91358b8f42aebb51d34a56c1 /scheduler/job.h
parent355e94dc85c9adaf0ad76a1dc8f5ff960181059c (diff)
downloadcups-c24d21342fd8b3bb674364f52d01c6c4181d8ee2.tar.gz
Merge changes from CUPS trunk, r6758.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@379 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/job.h')
-rw-r--r--scheduler/job.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/scheduler/job.h b/scheduler/job.h
index 8237393ea..7aa71b3e2 100644
--- a/scheduler/job.h
+++ b/scheduler/job.h
@@ -1,5 +1,5 @@
/*
- * "$Id: job.h 6655 2007-07-12 22:58:17Z mike $"
+ * "$Id: job.h 6755 2007-08-01 19:02:47Z mike $"
*
* Print job definitions for the Common UNIX Printing System (CUPS) scheduler.
*
@@ -57,6 +57,7 @@ typedef struct cupsd_job_s
*auth_domain, /* AUTH_DOMAIN environment variable, if any */
*auth_password; /* AUTH_PASSWORD environment variable, if any */
#ifdef HAVE_GSSAPI
+ krb5_ccache ccache; /* Kerberos credential cache */
char *ccname; /* KRB5CCNAME environment variable */
#endif /* HAVE_GSSAPI */
} cupsd_job_t;
@@ -126,5 +127,5 @@ extern void cupsdUnloadCompletedJobs(void);
/*
- * End of "$Id: job.h 6655 2007-07-12 22:58:17Z mike $".
+ * End of "$Id: job.h 6755 2007-08-01 19:02:47Z mike $".
*/