mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-26 12:58:03 +00:00
BUILD: stats: define several missing structures in stats.h
channel, stream_interface, appctx, buffer, proxy and htx ones are used in function arguments and most of them are not defined but were inherited from intermediary inclues. Let's define them here and drop the unneeded includes.
This commit is contained in:
parent
27539409fd
commit
59be17a29a
@ -24,11 +24,14 @@
|
||||
#define _HAPROXY_STATS_H
|
||||
|
||||
#include <haproxy/api.h>
|
||||
#include <haproxy/applet-t.h>
|
||||
#include <haproxy/stats-t.h>
|
||||
#include <haproxy/stream_interface-t.h>
|
||||
#include <haproxy/tools-t.h>
|
||||
|
||||
struct stream_interface;
|
||||
struct channel;
|
||||
struct buffer;
|
||||
struct proxy;
|
||||
struct appctx;
|
||||
struct htx;
|
||||
|
||||
/* These two structs contains all field names and descriptions according to
|
||||
* the the number of entries in "enum stat_field" and "enum info_field"
|
||||
|
Loading…
Reference in New Issue
Block a user