/[hydra]/hydra/src/boa.c
ViewVC logotype

Diff of /hydra/src/boa.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by nmav, Sat Sep 28 16:32:37 2002 UTC revision 1.13 by nmav, Sat Sep 28 17:49:13 2002 UTC
# Line 43  time_t current_time; Line 43  time_t current_time;
43  /* static to boa.c */  /* static to boa.c */
44  static void fixup_server_root(void);  static void fixup_server_root(void);
45  static socket_type create_server_socket( int port, int);  static socket_type create_server_socket( int port, int);
46  static void hic_init(void);  void hic_init(void);
47  static void drop_privs(void);  static void drop_privs(void);
48  static server_params *smp_init(socket_type server_s[2]);  static server_params *smp_init(socket_type server_s[2]);
49  static int sock_opt = 1;  static int sock_opt = 1;
# Line 347  pthread_t hic_tid; Line 347  pthread_t hic_tid;
347  /* This function will return a server_params pointer. This  /* This function will return a server_params pointer. This
348   * pointer is to be used as a pointer to the select loop.   * pointer is to be used as a pointer to the select loop.
349   */   */
350  static void hic_init()  void hic_init()
351  {  {
352    
353  #ifdef ENABLE_SMP  #ifdef ENABLE_SMP

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26