]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/printers.h
Implement CUPS-Create-Local-Printer operation and add test file.
[thirdparty/cups.git] / scheduler / printers.h
index c786a6b18da960cb567e84ce8d5f82fccb5625eb..6c12cf8c45b3cd386d12c0045efd08816b1c6d5d 100644 (file)
@@ -59,6 +59,7 @@ typedef struct cupsd_job_s cupsd_job_t;
 
 struct cupsd_printer_s
 {
+  _cups_rwlock_t lock;                 /* Concurrency lock for background updates */
   char         *uri,                   /* Printer URI */
                *uuid,                  /* Printer UUID */
                *hostname,              /* Host printer resides on */