summaryrefslogtreecommitdiff
path: root/scheduler/job.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-12-21 23:54:03 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-12-21 23:54:03 +0000
commita4924f6c45f9a65e7c380e63c8539e86c0795d60 (patch)
tree1266c67de1c98aaf44ed8a5223be729c4e1c798a /scheduler/job.h
parent0a6827453a0fe4a97ad37a6a1a7ffeb96a10e339 (diff)
downloadcups-a4924f6c45f9a65e7c380e63c8539e86c0795d60.tar.gz
Import CUPS 1.4svn-r7153.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@563 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/job.h')
-rw-r--r--scheduler/job.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scheduler/job.h b/scheduler/job.h
index 7aa71b3e2..704690583 100644
--- a/scheduler/job.h
+++ b/scheduler/job.h
@@ -56,6 +56,7 @@ typedef struct cupsd_job_s
char *auth_username, /* AUTH_USERNAME environment variable, if any */
*auth_domain, /* AUTH_DOMAIN environment variable, if any */
*auth_password; /* AUTH_PASSWORD environment variable, if any */
+ void *profile; /* Security profile */
#ifdef HAVE_GSSAPI
krb5_ccache ccache; /* Kerberos credential cache */
char *ccname; /* KRB5CCNAME environment variable */