]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/client.h
The scheduler did not respond using the hostname specified by the client
[thirdparty/cups.git] / scheduler / client.h
index 2935971357eca062046728764daf9a8d57c7d25d..87e4505be7372c93e8550f76740806d3649e0462 100644 (file)
@@ -54,6 +54,8 @@ struct cupsd_client_s
   int                  auto_ssl;       /* Automatic test for SSL/TLS */
 #endif /* HAVE_SSL */
   http_addr_t          clientaddr;     /* Client address */
+  char                 clientname[256];/* Client's server name for connection */
+  int                  clientport;     /* Client's server port for connection */
   char                 servername[256];/* Server name for connection */
   int                  serverport;     /* Server port for connection */
 #ifdef HAVE_GSSAPI