include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.
commit72ed7d80045c2c07efe6317898f79480ece495e3
authorJeremy Allison <jra@samba.org>
Fri, 23 Feb 2001 03:59:05 +0000 (23 03:59 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 23 Feb 2001 03:59:05 +0000 (23 03:59 +0000)
treee3b93e834fbaea3973b79b01ed328d6f7a5e9eb0
parent32886baeffdf13ffa08f6f924890b932e7ebea74
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