]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/cups-private.h
Merge changes from CUPS 1.5svn-r9062.
[thirdparty/cups.git] / cups / cups-private.h
index c2380339956c9cf2798150ce8b063bb489dee5a0..5fa1a242c0c1133cf3c076bf638d021722c67ea7 100644 (file)
@@ -111,6 +111,12 @@ typedef struct _cups_globals_s             /**** CUPS global state data ****/
   _pwg_media_t         pwg_media;      /* PWG media data for custom size */
   char                 pwg_name[65];   /* PWG media name for custom size */
 
+  /* request.c */
+  http_t               *http;          /* Current server connection */
+  ipp_status_t         last_error;     /* Last IPP error */
+  char                 *last_status_message;
+                                       /* Last IPP status-message */
+
   /* snmp.c */
   char                 snmp_community[255];
                                        /* Default SNMP community name */
@@ -128,11 +134,6 @@ typedef struct _cups_globals_s             /**** CUPS global state data ****/
   void                 *password_data; /* Password user data */
 
   /* util.c */
-  http_t               *http;          /* Current server connection */
-  ipp_status_t         last_error;     /* Last IPP error */
-  char                 *last_status_message;
-                                       /* Last IPP status-message */
-
   char                 def_printer[256];
                                        /* Default printer */
   char                 ppd_filename[HTTP_MAX_URI];