There's no reason for keep_alive_timeout to be signed.
[privoxy.git] / project.h
index 8b83f65..2b0292a 100644 (file)
--- a/project.h
+++ b/project.h
@@ -1,7 +1,7 @@
 #ifndef PROJECT_H_INCLUDED
 #define PROJECT_H_INCLUDED
 /** Version string. */
-#define PROJECT_H_VERSION "$Id: project.h,v 1.134 2009/05/10 10:12:30 fabiankeil Exp $"
+#define PROJECT_H_VERSION "$Id: project.h,v 1.135 2009/05/10 10:19:23 fabiankeil Exp $"
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/project.h,v $
  *
  * Revisions   :
  *    $Log: project.h,v $
+ *    Revision 1.135  2009/05/10 10:19:23  fabiankeil
+ *    Reenable server-side-only keep-alive support, but only share
+ *    outgoing connections if the connection-sharing option is set.
+ *
  *    Revision 1.134  2009/05/10 10:12:30  fabiankeil
  *    Initial keep-alive support for the client socket.
  *    Temporarily disable the server-side-only keep-alive code.
@@ -1876,7 +1880,7 @@ struct configuration_spec
 
 #ifdef FEATURE_CONNECTION_KEEP_ALIVE
    /* Number of seconds after which an open connection will no longer be reused. */
-   int keep_alive_timeout;
+   unsigned int keep_alive_timeout;
 #endif
 
    /** All options from the config file, HTML-formatted. */