]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/network.h
Fixed a performance regression with large PPDs (rdar://47040759)
[thirdparty/cups.git] / scheduler / network.h
index c26e8dbb2d5b5d5264c8078581fe4a8f6b43bc79..2d0d1a365060ffd52b9856ac3e6b0cb1814f2465 100644 (file)
@@ -1,26 +1,11 @@
 /*
- * "$Id: network.h 6086 2006-11-14 15:43:55Z mike $"
+ * Network interface definitions for the CUPS scheduler.
  *
- *   Network interface definitions for the Common UNIX Printing System
- *   (CUPS) scheduler.
+ * Copyright © 2007-2010 by Apple Inc.
+ * Copyright © 1997-2006 by Easy Software Products, all rights reserved.
  *
- *   Copyright 1997-2006 by Easy Software Products, all rights reserved.
- *
- *   These coded instructions, statements, and computer programs are the
- *   property of Easy Software Products and are protected by Federal
- *   copyright law.  Distribution and use rights are outlined in the file
- *   "LICENSE" which should have been included with this file.  If this
- *   file is missing or damaged please contact Easy Software Products
- *   at:
- *
- *       Attn: CUPS Licensing Information
- *       Easy Software Products
- *       44141 Airport View Drive, Suite 204
- *       Hollywood, Maryland 20636 USA
- *
- *       Voice: (301) 373-9600
- *       EMail: cups-info@cups.org
- *         WWW: http://www.cups.org
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more
+ * information.
  */
 
 /*
@@ -34,6 +19,7 @@ typedef struct cupsd_netif_s          /**** Network interface data ****/
   http_addr_t          address,        /* Network address */
                        mask,           /* Network mask */
                        broadcast;      /* Broadcast address */
+  size_t               hostlen;        /* Length of hostname */
   char                 name[32],       /* Network interface name */
                        hostname[1];    /* Hostname associated with interface */
 } cupsd_netif_t;
@@ -54,8 +40,3 @@ VAR cups_array_t      *NetIFList      VALUE(NULL);
 
 extern cupsd_netif_t   *cupsdNetIFFind(const char *name);
 extern void            cupsdNetIFUpdate(void);
-
-
-/*
- * End of "$Id: network.h 6086 2006-11-14 15:43:55Z mike $".
- */