]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Tue, 2 Jun 2020 15:02:59 +0000 (17:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:57 +0000 (10:18 +0200)
commit7a00efbe439c439cf2a1187a5ece199f16d81fce
tree14076a449e4647a32ac730a135be0fb2d4241b4c
parent6131d6a73186161bd52e04bda64c82f3d9ac098d
REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h

The type was moved out as it's used by standard.h for netns_entry.
Instead of just being a forward declaration when not used, it's an
empty struct, which makes gdb happier (the resulting stripped executable
is the same).
13 files changed:
include/common/namespace.h [deleted file]
include/common/standard.h
include/haproxy/namespace-t.h [new file with mode: 0644]
include/haproxy/namespace.h [new file with mode: 0644]
src/backend.c
src/cfgparse.c
src/connection.c
src/filters.c
src/haproxy.c
src/namespace.c
src/proto_tcp.c
src/server.c
src/standard.c