include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.
commit71029da7dd74eb91dd6953752bdf238f319d985d
authorJeremy Allison <jra@samba.org>
Fri, 23 Feb 2001 03:59:37 +0000 (23 03:59 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 23 Feb 2001 03:59:37 +0000 (23 03:59 +0000)
tree6f761a6b6a63b9308c397669f0bc95921fcb32fb
parent03f85cf3c80e8bb93d698da0a17ac61d0da91950
include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.
include/smb.h: Added LPQ_xx enums to correspond with the NT JOB_STATUS_XXX. We
                need these to be different as we're storing LPQ_xx enums in the tdb
                already.
rpc_server/srv_spoolss_nt.c: Don't need to return status strings as we're now
                            returning status codes.
smbd/lanman.c: Change the RAP status codes to have "RAP" in the name.
printing/printing.c: Keep track of the status of a job. Allow a job to be
                deleted from one smbd when being submitted by another.
                Made logic in mutex clearer.
Jeremy.
source/include/rpc_spoolss.h
source/include/smb.h
source/printing/printing.c
source/rpc_server/srv_spoolss_nt.c
source/smbd/lanman.c