mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
Enable the same analysers as the stats applet. Allows keepalive and termination flags to work.
8 lines
110 B
C
8 lines
110 B
C
#ifndef _TYPES_CACHE_H
|
|
#define _TYPES_CACHE_H
|
|
|
|
struct applet http_cache_applet;
|
|
|
|
#endif /*_TYPES_CACHE_H */
|
|
|
|
|