- Timestamp:
- Apr 19, 2018, 2:11:52 PM (5 years ago)
- Branches:
- asyncio, debian/master, main, master, proxy-ticket
- Children:
- 506e64a
- Parents:
- 5c62a6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
r5c62a6a r0e3f8c6 56 56 #define MOD_GNUTLS_DEBUG @OOO_MAINTAIN@ 57 57 58 /** Name of the module-wide singleton watchdog */ 59 #define MGS_SINGLETON_WATCHDOG "_mod_gnutls_singleton_" 60 61 58 62 /* mod_gnutls Cache Types */ 59 63 typedef enum { … … 96 100 #define MAX_CERT_SAN 5 97 101 98 /* Server Configuration Record */102 /** Server Configuration Record */ 99 103 typedef struct { 100 104 /* --- Configuration values --- */ … … 226 230 /* Socket timeout for OCSP requests */ 227 231 apr_interval_time_t ocsp_socket_timeout; 232 233 /** This module's singleton watchdog, used for async OCSP cache 234 * updates. */ 235 struct mgs_watchdog *singleton_wd; 228 236 } mgs_srvconf_rec; 229 237
Note: See TracChangeset
for help on using the changeset viewer.