s3-printing: rename queue->job sysjob
commit5aeda94f201ce8794d09f16a314b4044c5370f07
authorDavid Disseldorp <ddiss@samba.org>
Fri, 27 Jan 2012 11:33:27 +0000 (27 12:33 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 24 Jul 2012 18:52:55 +0000 (24 20:52 +0200)
treeb55b1d0aa5a9687b5fa23276687ee3a4ca3fe2c7
parent4dea77df91c418633a2a411fd5be2cc9bb3a8eea
s3-printing: rename queue->job sysjob

Print jobs maintain two job identifiers, the jobid allocated by the
spoolss layer (pj->jobid), and the job identifier defined by the
printing backend (pj->sysjob).

Printer job queues currently only contain a single job identifier
variable (queue->job), the variable is sometimes representative of the
spoolss layer job identifier, and more often representative of the
printing backend id.

This change renames the queue job identifier from queue->job to
queue->sysjob, in preparation for a change to only store the printing
backend identifier.
source3/include/printing.h
source3/printing/lpq_parse.c
source3/printing/print_cups.c
source3/printing/print_iprint.c
source3/printing/printing.c
source3/rpc_server/spoolss/srv_spoolss_nt.c