summaryrefslogtreecommitdiffstats
path: root/include/haproxy/stats-proxy.h
blob: 81a60f0161f4d92d01736750cfa624091fe3a546 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _HAPROXY_STATS_PROXY_H
#define _HAPROXY_STATS_PROXY_H

#include <haproxy/api-t.h>

struct buffer;
struct htx;
struct stconn;

int stats_dump_proxies(struct stconn *sc, struct buffer *buf, struct htx *htx);

void proxy_stats_clear_counters(int clrall, struct list *stat_modules);

#endif /* _HAPROXY_STATS_PROXY_H */