]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/globals.h
Import CUPS 1.4svn-r7226.
[thirdparty/cups.git] / cups / globals.h
index b310461dd481dd103b3a01830c6f9685a19e9f8d..faed129510ef6516da6500b1578d3f053ff58394 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   Global variable definitions for the Common UNIX Printing System (CUPS).
  *
- *   Copyright 2007 by Apple Inc.
+ *   Copyright 2007-2008 by Apple Inc.
  *   Copyright 1997-2007 by Easy Software Products, all rights reserved.
  *
  *   These coded instructions, statements, and computer programs are the
@@ -97,6 +97,9 @@ typedef struct _cups_globals_s                /**** CUPS global state data ****/
   int                  ppd_line;       /* Current line number */
   ppd_conform_t                ppd_conform;    /* Level of conformance required */
 
+  /* snmp.c */
+  int                  snmp_debug;     /* Log SNMP IO to stderr? */
+
   /* tempfile.c */
   char                 tempfile[1024]; /* cupsTempFd/File buffer */