]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CONTRIB: debug: split poll from flags
authorWilly Tarreau <w@1wt.eu>
Fri, 2 Apr 2021 11:43:49 +0000 (13:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Apr 2021 15:48:42 +0000 (17:48 +0200)
commit34b436970916940067b27de4aaa18d28d1bb0bfa
tree0e6628ef5e1964a752e05f634a195ab5122a7fc9
parent6a54d746625312898233fb7187b47748d5971bdd
CONTRIB: debug: split poll from flags

Now poll is its own project and doesn't share the "flags" Makefile
any more. One of the issues was that it was making references to the
haproxy include path which is not needed here.
.github/workflows/contrib.yml
.gitignore
Makefile
contrib/debug/Makefile
contrib/poll/Makefile [new file with mode: 0644]
contrib/poll/poll.c [moved from contrib/debug/poll.c with 100% similarity]