s3-printing: store print jobid as part of struct printjob
commit994da027ee96811e2d5a025b667d8c6f85442ada
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 18:52:51 +0000 (24 20:52 +0200)
treed930c151b2318e596019e69390e97cb9257754cf
parent8b25aa4feb00c6b9a1a7e5fdd61ffffa9fc4d1f5
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