Changeset 0cdfb19 in mod_gnutls for src/gnutls_watchdog.h
- Timestamp:
- Apr 19, 2018, 2:45:18 PM (3 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- 3381559
- Parents:
- a467635
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_watchdog.h
ra467635 r0cdfb19 31 31 }; 32 32 33 /** 34 * Creates a new mgs_watchdog structure and initializes the 35 * included `apr_watchdog_t` with the named singleton watchdog. 36 * 37 * @param s server reference for logging 38 * @param name watchdog name 39 * @param p memory pool for the watchdog 40 * 41 * @return pointer to the new mgs_watchdog, or `NULL` on error 42 */ 33 43 struct mgs_watchdog* mgs_new_singleton_watchdog(server_rec *s, char *name, 34 44 apr_pool_t *p);
Note: See TracChangeset
for help on using the changeset viewer.