]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: flags/fd: decode FD flags states
authorWilly Tarreau <w@1wt.eu>
Mon, 12 Sep 2022 16:53:06 +0000 (18:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 12 Sep 2022 17:33:07 +0000 (19:33 +0200)
commit799e5410b49b319ae20698a1b91232c9ac894ab0
tree31df19ea3db2c6e8297ef27cff684900cb34c95e
parenta57786e87d0746baec43ea888bf6cd30c490d2fb
MINOR: flags/fd: decode FD flags states

The new function is fd_show_flags() and it reports known FD flags:

  $ ./dev/flags/flags fd 0x000121
  fd->flags = FD_POLL_IN | FD_EV_READY_W | FD_EV_ACTIVE_R
dev/flags/flags.c
include/haproxy/fd-t.h