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

Diff of /hydra/src/globals.h

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

revision 1.11 by nmav, Wed Sep 25 20:39:04 2002 UTC revision 1.12 by nmav, Fri Sep 27 23:40:29 2002 UTC
# Line 44  struct mmap_entry { Line 44  struct mmap_entry {
44      int times_used;      int times_used;
45  };  };
46    
47    typedef struct {
48       hic_shutdown_func shutdown;
49       hic_init_func init;
50       hic_request_func request;
51       void *dl_handle;
52       char* sym_prefix; /* ie. "_php" */
53       char* file_suffix; /* ie. ".php" */
54       int file_suffix_len;
55    } hic_module_st;
56    
57  struct alias {  struct alias {
58      char *fakename;             /* URI path to file */      char *fakename;             /* URI path to file */
59      char *realname;             /* Actual path to file */      char *realname;             /* Actual path to file */

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26