Changes between Version 46 and Version 47 of ModParrotArchitecture

Show
Ignore:
Timestamp:
12/11/08 22:19:57 (13 years ago)
Author:
jhorwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotArchitecture

    v46 v47  
    284284    Parrot_PMC callback; /* callback subroutine */ 
    285285    Parrot_PMC hll_data; /* a PMC to pass to the callback */ 
    286     union {              /* internal stuff for mod_parrot */ 
    287         conn_rec *c; 
    288         request_rec *r; 
    289     } data; 
     286    apr_pool_t *pool;    /* the pool for which the cleanup was registered */ 
     287    server_rec *s;       /* used for context init */ 
    290288}; 
    291289typedef struct modparrot_cleanup_info modparrot_cleanup_info;