From 9ce64166731dcacf7e2774380fe58ec780568d2e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 3 Aug 2011 17:04:50 -0400 Subject: s3-printing: Rework how the background process is started Signed-off-by: Andreas Schneider --- source3/smbd/globals.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/smbd/globals.h') diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h index 26125ce805..b9bd21215c 100644 --- a/source3/smbd/globals.h +++ b/source3/smbd/globals.h @@ -66,6 +66,8 @@ extern int trans_num; extern time_t last_smb_conf_reload_time; extern time_t last_printer_reload_time; +extern pid_t background_lpq_updater_pid; + /**************************************************************************** structure to hold a linked list of queued messages. for processing. -- cgit