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

Diff of /hydra/src/boa.h

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

revision 1.14 by nmav, Fri Sep 27 23:40:29 2002 UTC revision 1.15 by nmav, Sat Sep 28 08:50:07 2002 UTC
# Line 99  void dump_mime(void); Line 99  void dump_mime(void);
99  void dump_passwd(void);  void dump_passwd(void);
100  void show_hash_stats(void);  void show_hash_stats(void);
101    
102    int get_hash_value( const char* str);
103    
104    #define get_alias_hash_value(x) (get_hash_value(x)%ALIAS_HASHTABLE_SIZE)
105    #define get_host_hash_value(x) (get_hash_value(x)%VIRTHOST_HASHTABLE_SIZE)
106    #define get_hic_module_hash_value(x) (get_hash_value(x)%MODULE_TABLE_SIZE)
107    
108  /* log */  /* log */
109  void open_logs(void);  void open_logs(void);
110  void close_access_log(void);  void close_access_log(void);
# Line 227  void* select_loop(void*); Line 233  void* select_loop(void*);
233  /* HIC stuff */  /* HIC stuff */
234  void* hic_main_loop(void*);  void* hic_main_loop(void*);
235    
236    void dump_hic_modules( void);
237  void add_hic_module(const char *module, const char* sym_prefix, const char* file_suffix);  void add_hic_module(const char *module, const char* sym_prefix, const char* file_suffix);
238  hic_module_st *find_hic_appr_module(const char *filename, int filename_len);  hic_module_st *find_hic_appr_module(const char *content_type, int content_type_len);
239    
240  int hic_send_command( request *req, int out_fd);  int hic_send_command( request *req, int out_fd);
241    
242  #endif  #endif

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26