haproxy/include/types/cache.h
William Lallemand 71bd11a1f3 MEDIUM: cache: enable the HTTP analysers
Enable the same analysers as the stats applet.
Allows keepalive and termination flags to work.
2017-11-20 19:22:27 +01:00

8 lines
110 B
C

#ifndef _TYPES_CACHE_H
#define _TYPES_CACHE_H
struct applet http_cache_applet;
#endif /*_TYPES_CACHE_H */