mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-12 01:56:58 +02:00
CLEANUP: connection: remove unused server/proxy/task/si_applet declarations
These ones are left-overs from the code before the introduction of obj_type.
This commit is contained in:
parent
fc8f1f0382
commit
02777a1df5
@ -35,10 +35,6 @@
|
|||||||
struct connection;
|
struct connection;
|
||||||
struct buffer;
|
struct buffer;
|
||||||
struct pipe;
|
struct pipe;
|
||||||
struct server;
|
|
||||||
struct proxy;
|
|
||||||
struct si_applet;
|
|
||||||
struct task;
|
|
||||||
|
|
||||||
/* Polling flags that are manipulated by I/O callbacks and handshake callbacks
|
/* Polling flags that are manipulated by I/O callbacks and handshake callbacks
|
||||||
* indicate what they expect from a file descriptor at each layer. For each
|
* indicate what they expect from a file descriptor at each layer. For each
|
||||||
|
Loading…
Reference in New Issue
Block a user