]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/network.h
Load cups into easysw/current.
[thirdparty/cups.git] / scheduler / network.h
index 21e810c3c81a757eb8063078e52a31badc7f7007..c26e8dbb2d5b5d5264c8078581fe4a8f6b43bc79 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: network.h 5043 2006-02-01 18:55:16Z mike $"
+ * "$Id: network.h 6086 2006-11-14 15:43:55Z mike $"
  *
  *   Network interface definitions for the Common UNIX Printing System
  *   (CUPS) scheduler.
@@ -43,8 +43,8 @@ typedef struct cupsd_netif_s          /**** Network interface data ****/
  * Globals...
  */
 
-VAR time_t             NetIFTime       VALUE(0);
-                                       /* Network interface list time */
+VAR int                        NetIFUpdate     VALUE(1);
+                                       /* Network interface list needs updating */
 VAR cups_array_t       *NetIFList      VALUE(NULL);
                                        /* Array of network interfaces */
 
@@ -57,5 +57,5 @@ extern void           cupsdNetIFUpdate(void);
 
 
 /*
- * End of "$Id: network.h 5043 2006-02-01 18:55:16Z mike $".
+ * End of "$Id: network.h 6086 2006-11-14 15:43:55Z mike $".
  */