diff options
Diffstat (limited to 'include/ap_socache.h')
-rw-r--r-- | include/ap_socache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ap_socache.h b/include/ap_socache.h index b037c0a6ee..8d0492e34d 100644 --- a/include/ap_socache.h +++ b/include/ap_socache.h @@ -160,5 +160,8 @@ typedef struct ap_socache_provider_t { /** The provider version used to register socache providers. */ #define AP_SOCACHE_PROVIDER_VERSION "0" +/** Default provider name. */ +#define AP_SOCACHE_DEFAULT_PROVIDER "default" + #endif /* AP_SOCACHE_H */ /** @} */ |