summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/globals.c1
-rw-r--r--source3/smbd/globals.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/source3/smbd/globals.c b/source3/smbd/globals.c
index 8cc1a31aec..5cba80fb89 100644
--- a/source3/smbd/globals.c
+++ b/source3/smbd/globals.c
@@ -60,6 +60,7 @@ bool logged_ioctl_message = false;
time_t last_smb_conf_reload_time = 0;
time_t last_printer_reload_time = 0;
+pid_t background_lpq_updater_pid = -1;
/****************************************************************************
structure to hold a linked list of queued messages.
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.