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 11:07:26 +0000 (13:07 +0200)
commitab01dcb41932ab4d322be50e441faed74304a26a
tree658bedee1bf1d668c7fb6054e36cf022676fa2b4
parentc66143b3750e7a12960b7d0fbe5f6c1f1663a7c9
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