]> git.ipfire.org Git - thirdparty/cups.git/commit - scheduler/client.c
Add new cupsdStartProcess and cupsdEndProcess APIs to manage child
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 6 Jun 2005 23:37:02 +0000 (23:37 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 6 Jun 2005 23:37:02 +0000 (23:37 +0000)
commita665f6fc435b9114ac3f5b20b005d238b8aed8d9
tree93489c858f4de525e65363d41fa2f116ed6be724
parentd79c7f2a8eb5e94143c0707b17e59a9209525cf3
Add new cupsdStartProcess and cupsdEndProcess APIs to manage child
processes in the scheduler.

Use the new start API in the job and client code (client code now
reduced to some minor pipe fiddling)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@4534 7a7537e8-13f0-0310-91df-b6672ffda945
cups/Makefile
scheduler/Makefile
scheduler/client.c
scheduler/cupsd.h
scheduler/job.c
scheduler/process.c [new file with mode: 0644]