From d418f9f11abb5b5ed038acbaf5dbb2a656d39d87 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 16 Aug 2010 13:53:10 +0200 Subject: s3-printing: Lift the use of smbd_server_fd from job_submit. Signed-off-by: Andreas Schneider --- source3/include/printing.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/printing.h b/source3/include/printing.h index 334b7a1e71..1aa4e38b80 100644 --- a/source3/include/printing.h +++ b/source3/include/printing.h @@ -39,6 +39,7 @@ struct printjob { fstring filename; /* the filename used to spool the file */ fstring jobname; /* the job name given to us by the client */ fstring user; /* the user who started the job */ + fstring clientmachine; /* The client machine which started this job */ fstring queuename; /* service number of printer for this job */ struct spoolss_DeviceMode *devmode; }; @@ -82,7 +83,7 @@ extern struct printif iprint_printif; #ifndef PRINT_SPOOL_PREFIX #define PRINT_SPOOL_PREFIX "smbprn." #endif -#define PRINT_DATABASE_VERSION 5 +#define PRINT_DATABASE_VERSION 6 /* There can be this many printing tdb's open, plus any locked ones. */ #define MAX_PRINT_DBS_OPEN 1 -- cgit