From 5b678f7a8469e345a6b25fa19ea1a20fce939a21 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 15 Jun 2005 15:18:18 +0000 Subject: r7610: can successfully stop and start the 'spooler' service by setting the state for the 'disable spoolss' parameter in memory for an individual smbd (This used to be commit f19c10d0c3e7701066b765c712df0636e914bf7e) --- source3/include/rpc_svcctl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/rpc_svcctl.h') diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h index 8ce2cbe404..77dd004fed 100644 --- a/source3/include/rpc_svcctl.h +++ b/source3/include/rpc_svcctl.h @@ -55,6 +55,7 @@ /* SERVER_STATUS - CurrentState */ +#define SVCCTL_STATE_UNKNOWN 0x00000000 /* only used internally to smbd */ #define SVCCTL_STOPPED 0x00000001 #define SVCCTL_START_PENDING 0x00000002 #define SVCCTL_STOP_PENDING 0x00000003 -- cgit