]> git.ipfire.org Git - thirdparty/cups.git/commit
lpstat.c: Implement successful filter for jobs
authorzdohnal <zdohnal@redhat.com>
Fri, 24 Nov 2023 06:26:31 +0000 (07:26 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Nov 2023 06:26:31 +0000 (07:26 +0100)
commit7ba5634f3fdaa8bce453e9ce5a23fa37ad6c9358
tree9a1b73d0d7d1c1976f5d253f6265666c2e6b8820
parent17985bb60f8646aa108fe79bff7548e81ab65d8e
parentb97301d7261ca4de2c578f5c9c9a06571c23b81b
lpstat.c: Implement successful filter for jobs

Introduce a new argument value 'successful' in lpstat to get jobs which completed successfully without introducing a new IPP value for IPP attribute 'which-jobs'

Together with #832 fixes #828 .