s3-printing: store print jobid as part of struct printjob
authorDavid Disseldorp <ddiss@samba.org>
Thu, 26 Jan 2012 14:28:34 +0000 (15:28 +0100)
committerDavid Disseldorp <ddiss@samba.org>
Mon, 25 Jun 2012 10:46:04 +0000 (12:46 +0200)
commit23a62f98d8f2a69870e62f7a029f11065666f30c
treed810661b26b7f4a55e9d3f51b2a278cf14132d1b
parentac878431957281fd6308ba02af7a8421496656b9
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.
source3/include/printing.h
source3/printing/printing.c