mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-13 15:54:08 -05:00
These modifications are done for resolving cross-dependent includes in the upcoming LUA code. <proto/channel.h> misses <types/channel.h>. <types/acl.h> doesn't use <types/session.h> because the session is already declared in the file as undefined pointer. appsession.c misses <unistd.h> to use "write()". Declare undefined pointer "struct session" for <types/proxy.h> and <types/queue.h>. These includes dont need the detail of this struct. |
||
|---|---|---|
| .. | ||
| common | ||
| import | ||
| proto | ||
| types | ||