Changeset babdb29 in mod_gnutls for src/gnutls_cache.h
- Timestamp:
- May 16, 2018, 2:12:08 AM (3 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- 92b5f4d
- Parents:
- d036f96
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_cache.h
rd036f96 rbabdb29 81 81 * @param s default server of the Apache configuration, head of the 82 82 * server list 83 * @param sc mod_gnutls data associated with `s` 83 * @param cache the cache to reinit 84 * @param mutex_name name of the mutex associated with the cache for 85 * logging purposes 84 86 */ 85 int mgs_cache_child_init(apr_pool_t *p, server_rec *s, mgs_srvconf_rec *sc); 87 int mgs_cache_child_init(apr_pool_t *p, server_rec *server, 88 mgs_cache_t cache, const char *mutex_name); 86 89 87 90 /**
Note: See TracChangeset
for help on using the changeset viewer.