commit | 4bab7d81b647f62b0b9bfcd6038b5fe9ca8ad0cb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 09 15:26:38 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 09 16:52:08 2022 +0200 |
tree | e8c1542e8cf737e80266a0e8587bfbed9437b572 | |
parent | 9d9e1016894f77f056f140bb6ba11aef98ebe629 [diff] |
MINOR: flags/stconn: use flag dumping for stconn and sedesc flags The two new functions are se_show_flags() and sc_show_flags(). Maybe something could be done for SC_ST_* values but as it's a small enum, a simple switch/case should work fine.