s3-printing: rename queue->job sysjob
authorDavid Disseldorp <ddiss@samba.org>
Fri, 27 Jan 2012 11:33:27 +0000 (12:33 +0100)
committerDavid Disseldorp <ddiss@samba.org>
Mon, 25 Jun 2012 10:46:18 +0000 (12:46 +0200)
commit0aa71488e4d2d330c0a4e93d0dd399f09a15a571
treefd407adc5fd1c5e4196a038b61add6f6d1045112
parent2096ea1b72bc131db51ecb6f22659895e9359075
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