s3-printing: store print jobid as part of struct printjob
commite07f676d926d73b2c62ad636e276cd805ea93cb7
authorDavid Disseldorp <ddiss@samba.org>
Thu, 26 Jan 2012 14:28:34 +0000 (26 15:28 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 24 Jul 2012 19:33:46 +0000 (24 21:33 +0200)
tree2e7cbf724b8a1539296acdc7c942e09dada8af4b
parente86edf9ceeb061f88856fe22e82e36c343321363
s3-printing: store print jobid as part of struct printjob

Printing code in some places relies upon the spool-file format to
retrieve the print jobid. By storing the jobid as part of struct
printjob, and hence in the printing TDB, we can move away from this ugly
behaviour.
(cherry picked from commit 994da027ee96811e2d5a025b667d8c6f85442ada)
source3/include/printing.h
source3/printing/printing.c