the fsp needs a jobid in it now
authorAndrew Tridgell <tridge@samba.org>
Sun, 16 Apr 2000 06:18:39 +0000 (06:18 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 16 Apr 2000 06:18:39 +0000 (06:18 +0000)
commit837887ffd6a82616a5388cb3536c9c1283464ee0
tree55448ec18bc294c42ab1dd323ad68c032d2bc0c7
parent4a12fb79c0498c3094c4e744483925fd802cf171
the fsp needs a jobid in it now

------------
The following series of commits are for the new tdb based printing
backend. This completely replaces our old printing backend.

Major changes include:

- all print ops are now done in printing/*.c rather than scattered all
  over the place
- system job ids are decoupled from SMB job ids
- the lpq parsers don't need to be nearly so smart, they only need to
  parse the filename, the status and system job id
- we can store lots more info about a job, including the full job name
- the queue cache control is much better

I also added a new utility routine file_lines_load() that loads a text
file and parses it into lines. This is used in out lpq parsing and I
also want to use it to replace all of our fgets() based code in other
places.
(This used to be commit 4973b7e276ca75dcb63ccb54687d17f87aede7c1)
source3/include/proto.h
source3/include/smb.h