CVS diff for cow.h between 1.8 and 1.5:

Revision 1.5 Revision 1.8
Line 31 Line 31
 
#include <pth.h> 
 
 
#include <pth.h> 
 
 
#ifdef HAVE_LIBDMALLOC
#include "dmalloc.h"
#endif
 
#include "config.h" 
#include "cow_config.h" 
#include "response.h" 
#include "config.h" 
#include "cow_config.h" 
#include "response.h" 
Line 40 Line 44
extern int cow_nohands_running;     /* current number of handlers running */ 
extern unsigned long cow_max_conn; /* max simultaneous connections */ 
extern unsigned long cow_cur_conn; /* current simultaneous connection */ 
extern int cow_nohands_running;     /* current number of handlers running */ 
extern unsigned long cow_max_conn; /* max simultaneous connections */ 
extern unsigned long cow_cur_conn; /* current simultaneous connection */ 
 
extern unsigned long cow_tot_parsed; /* total connections completely parsed */
extern unsigned long cow_tot_served; /* total connections completely served */

extern int zero, one;               /* used by setsockopt calls */

extern int server_root_len;         /* string length of server root */ 
 
/* pool of pmsg structures */ 
extern reqnode *pmsgpool, *pmsgpool_first; 
 
/* pool of pmsg structures */ 
extern reqnode *pmsgpool, *pmsgpool_first; 
Line 49 Line 59
 
#endif /* _COW_H_ */ 
 
 
#endif /* _COW_H_ */ 
 


Legend
Lines deleted from 1.8  
Lines Modified
  Lines added in revision 1.5