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>
Tue, 26 Jun 2012 14:10:39 +0000 (16:10 +0200)
commita2d880ddcda4c0f5227945b644f8abe6af4a276d
tree3408f1c53ffda3bfa05d456617652249d14b5051
parent33f08906c66fd28383d9ffad6f3916086a9f517d
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