summaryrefslogtreecommitdiffstats
path: root/include/haproxy/quic_stats.h
blob: b2a8dec73ab1ac9a24487e48bfd89f864210399b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _HAPROXY_QUIC_STATS_H
#define _HAPROXY_QUIC_STATS_H

#ifdef USE_QUIC
#ifndef USE_OPENSSL
#error "Must define USE_OPENSSL"
#endif

#include <haproxy/quic_stats-t.h>

void quic_stats_transp_err_count_inc(struct quic_counters *ctrs, int error_code);

#endif /* USE_QUIC */
#endif /* _HAPROXY_QUIC_STATS_H */