Changeset aa68232 in mod_gnutls for src/gnutls_cache.h
- Timestamp:
- Jun 10, 2016, 4:16:48 AM (5 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- d6834e0
- Parents:
- e809fb3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_cache.h
re809fb3 raa68232 61 61 cache_store_func store; 62 62 cache_fetch_func fetch; 63 /* Mutex for cache access (used only if the cache type is not 64 * thread-safe) */ 65 apr_global_mutex_t *mutex; 63 66 }; 64 67
Note: See TracChangeset
for help on using the changeset viewer.