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>
Fri, 22 Jun 2012 17:29:08 +0000 (19:29 +0200)
commit903303d8592c26601c908099876c52fa2b135f22
tree236d0c1e40dc04157c89288db1f43a18900d3263
parent02bc6f13c2fd8ac5ba77bd4e96510a3a98a5075e
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